Browse Source
Merge pull request #5003 from jbeich/clang
input_common: unbreak -Werror with Clang
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/input_common/CMakeLists.txt
|
|
|
@ -56,8 +56,8 @@ else() |
|
|
|
-Werror=reorder |
|
|
|
-Werror=shadow |
|
|
|
-Werror=sign-compare |
|
|
|
-Werror=unused-but-set-parameter |
|
|
|
-Werror=unused-but-set-variable |
|
|
|
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> |
|
|
|
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> |
|
|
|
-Werror=unused-variable |
|
|
|
) |
|
|
|
endif() |
|
|
|
|