Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
b71e672c
"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "0e157c31afe8f8d3c609dffa5986d1f0cb306dc2"
Commit
b71e672c
authored
Sep 03, 2018
by
Antony Polukhin
Committed by
Jesse Beder
Sep 03, 2018
Browse files
Suppress unused variable warning in release builds (#611)
parent
5e79f5ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/collectionstack.h
src/collectionstack.h
+1
-0
No files found.
src/collectionstack.h
View file @
b71e672c
...
...
@@ -28,6 +28,7 @@ class CollectionStack {
}
void
PopCollectionType
(
CollectionType
::
value
type
)
{
assert
(
type
==
GetCurCollectionType
());
(
void
)
type
;
collectionStack
.
pop
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment