summaryrefslogtreecommitdiff
path: root/src/pugixpath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixpath.cpp')
-rw-r--r--src/pugixpath.cpp4
1 files changed, 4 insertions, 0 deletions
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 <algorithm>
#include <string>