Skip to content

Commit

Permalink
Disable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Apr 29, 2024
1 parent 3be9910 commit 128f5e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ add_compile_options(
# enable warnings
"-Wall"
"-Wextra"

# disable warnings
"-Wno-unused-but-set-variable"
"-Wno-unused-parameter"

# enable assertions (even in release build)
Expand Down

0 comments on commit 128f5e5

Please sign in to comment.