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:
parent
e5bd53e319
commit
9e3d8be0d0
@ -22,7 +22,7 @@
|
||||
#include <new>
|
||||
|
||||
#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
|
||||
|
||||
#ifndef PUGIXML_NO_STL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user