Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
d38e3b4c
Commit
d38e3b4c
authored
Dec 02, 2016
by
Max Lyon
Browse files
actually disable unused parameter warning for clang
parent
114f44af
Pipeline
#3769
passed with stage
in 7 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d38e3b4c
...
...
@@ -374,7 +374,7 @@ endif ()
if
(
"
${
CMAKE_CXX_COMPILER_ID
}
"
STREQUAL
"Clang"
)
# disable unused parameter warning
add_definitions
(
-
D
Wno-unused-parameter
)
add_definitions
(
-Wno-unused-parameter
)
endif
()
# collect all header,source and ui files
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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