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);
|
assert(begin + size == end);
|
||||||
(void)!end;
|
(void)!end;
|
||||||
|
(void)!size;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef PUGIXML_NO_STL
|
#ifndef PUGIXML_NO_STL
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user