Fixed compilation warning for gcc-4.3

git-svn-id: http://pugixml.googlecode.com/svn/trunk@119 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2009-03-04 22:11:06 +00:00
parent e5bd53e319
commit 9e3d8be0d0

View File

@ -22,7 +22,7 @@
#include <new> #include <new>
#if !defined(PUGIXML_NO_XPATH) && defined(PUGIXML_NO_EXCEPTIONS) #if !defined(PUGIXML_NO_XPATH) && defined(PUGIXML_NO_EXCEPTIONS)
#error No exception mode can't be used with XPath support #error No exception mode can not be used with XPath support
#endif #endif
#ifndef PUGIXML_NO_STL #ifndef PUGIXML_NO_STL