diff --git a/src/collectionstack.h b/src/collectionstack.h index 2302786..ebdc587 100644 --- a/src/collectionstack.h +++ b/src/collectionstack.h @@ -28,6 +28,7 @@ class CollectionStack { } void PopCollectionType(CollectionType::value type) { assert(type == GetCurCollectionType()); + (void)type; collectionStack.pop(); }