Skip to content

Commit

Permalink
Adding option not to genereate error when warning option is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Oct 4, 2022
1 parent 11e5a7d commit f00d786
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 @@ -321,6 +321,7 @@ add_compile_options(
-Wno-unused-local-typedef
-Wno-incompatible-pointer-types
-Wno-shift-negative-value
-Wno-unknown-warning-option
)

add_compile_definitions(
Expand Down

0 comments on commit f00d786

Please sign in to comment.