summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-21 10:02:26 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-21 10:02:26 -0700
commita414c5c52d50714d5e88f743760a5d83cd37c1a1 (patch)
treedd66eb351ecadd6580ffc0e1133fa8b08338a92a
parentcbf3807ad4e93441d4a4324d1c21099ca644fac7 (diff)
Fix compilation warning in some configurations
-rw-r--r--src/pugixml.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index ce47fce..d98df3e 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -1691,6 +1691,7 @@ PUGI__NS_BEGIN
assert(begin + size == end);
(void)!end;
+ (void)!size;
}
#ifndef PUGIXML_NO_STL