Skip to content

Commit

Permalink
[cmake] Do not warn about unkown warning options
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 9, 2020
1 parent caf5da4 commit 14d30a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ target_compile_options(${PROJECT_NAME}_warnings
-Wpedantic
-Wno-sign-compare
-Wno-deprecated-comma-subscript
-Wno-unknown-warning-option
$<$<CXX_COMPILER_ID:GNU>:-Wshadow=local>
$<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>
$<$<CXX_COMPILER_ID:Clang>:-Wshadow>
Expand Down

0 comments on commit 14d30a1

Please sign in to comment.