From a414c5c52d50714d5e88f743760a5d83cd37c1a1 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 21 Apr 2015 10:02:26 -0700 Subject: Fix compilation warning in some configurations --- src/pugixml.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3