diff --git a/CMakeLists.txt b/CMakeLists.txt index 76f3eef..266e025 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)