From 44134f448d7d96f21751c55defab6ef8a32afab8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 19 Jun 2010 18:06:14 +0000 Subject: Fixed SNC warnings git-svn-id: http://pugixml.googlecode.com/svn/trunk@525 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixpath.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pugixpath.cpp') diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp index dfc5637..17674fb 100644 --- a/src/pugixpath.cpp +++ b/src/pugixpath.cpp @@ -44,6 +44,10 @@ typedef __int32 int32_t; # pragma warning(disable: 4127) // conditional expression is constant #endif +#ifdef __SNC__ +# pragma diag_suppress=237 // controlling expression is constant +#endif + #include #include -- cgit v1.2.3