From 146e0cb2cf41390d5bb63b5a9bf00f28326d81ab Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 24 Feb 2001 07:12:42 +0000 Subject: Patch from Jan to avoid warnings. --- src/PosRegExp.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/PosRegExp.cxx b/src/PosRegExp.cxx index ea719b7c2..01870848d 100644 --- a/src/PosRegExp.cxx +++ b/src/PosRegExp.cxx @@ -5,6 +5,10 @@ #include "PosRegExp.h" +#ifdef _MSC_VER +#pragma warning(disable: 4244) +#endif + //Up: /[A-Z \x80-\x9f \xf0 ]/x //Lo: /[a-z \xa0-\xaf \xe0-\xef \xf1 ]/x //Wd: /[\d _ A-Z a-z \xa0-\xaf \xe0-\xf1 \x80-\x9f]/x -- cgit v1.2.3