Suppress unused variable warning in release builds (#611)
This commit is contained in:
parent
5e79f5eed3
commit
b71e672caf
@ -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