mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-17 04:50:23 +08:00
Fix compilation warning in some configurations
This commit is contained in:
parent
cbf3807ad4
commit
a414c5c52d
@ -1691,6 +1691,7 @@ PUGI__NS_BEGIN
|
||||
|
||||
assert(begin + size == end);
|
||||
(void)!end;
|
||||
(void)!size;
|
||||
}
|
||||
|
||||
#ifndef PUGIXML_NO_STL
|
||||
|
Loading…
x
Reference in New Issue
Block a user