Suppress unused variable warning in release builds
This commit is contained in:
parent
1698b47b65
commit
752f58a1e0
@ -28,6 +28,7 @@ class CollectionStack {
|
||||
}
|
||||
void PopCollectionType(CollectionType::value type) {
|
||||
assert(type == GetCurCollectionType());
|
||||
(void)type;
|
||||
collectionStack.pop();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user