From c8927a92ff272ea7f6c9499ddc0980968cad8c68 Mon Sep 17 00:00:00 2001 From: jez <> Date: Fri, 31 Aug 2007 10:59:35 +0000 Subject: [PATCH] corrected VS warnings --- tests/XPath/main_wide.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/XPath/main_wide.cpp b/tests/XPath/main_wide.cpp index 3bc43853..2670fece 100644 --- a/tests/XPath/main_wide.cpp +++ b/tests/XPath/main_wide.cpp @@ -1,6 +1,6 @@ #ifdef _MSC_VER -#pragma warning(disable:4224 4267) +#pragma warning(disable:4244 4267) #endif #include