"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "0e157c31afe8f8d3c609dffa5986d1f0cb306dc2"
Commit b71e672c authored by Antony Polukhin's avatar Antony Polukhin Committed by Jesse Beder
Browse files

Suppress unused variable warning in release builds (#611)

parent 5e79f5ee
......@@ -28,6 +28,7 @@ class CollectionStack {
}
void PopCollectionType(CollectionType::value type) {
assert(type == GetCurCollectionType());
(void)type;
collectionStack.pop();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment