From cf85e59f12c68bca3ca1c20eb6a8d91d8ad0bd4e Mon Sep 17 00:00:00 2001
From: "arseny.kapoulkine"
 <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>
Date: Sat, 8 Oct 2011 03:19:12 +0000
Subject: Fixed 'controlling expression is constant' warning for new versions
 of Intel C++ compiler

git-svn-id: http://pugixml.googlecode.com/svn/trunk@821 99668b35-9821-0410-8761-19e4c4f06640
---
 src/pugixml.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index 3653e95..69e1b55 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -45,6 +45,7 @@
 
 #ifdef __INTEL_COMPILER
 #	pragma warning(disable: 177) // function was declared but never referenced 
+#   pragma warning(disable: 279) // controlling expression is constant
 #	pragma warning(disable: 1478 1786) // function was declared "deprecated"
 #endif
 
-- 
cgit v1.2.3