diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-21 10:02:26 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-21 10:02:26 -0700 |
commit | a414c5c52d50714d5e88f743760a5d83cd37c1a1 (patch) | |
tree | dd66eb351ecadd6580ffc0e1133fa8b08338a92a /src | |
parent | cbf3807ad4e93441d4a4324d1c21099ca644fac7 (diff) |
Fix compilation warning in some configurations
Diffstat (limited to 'src')
-rw-r--r-- | src/pugixml.cpp | 1 |
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 |