diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4711abf..39997e4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -76,6 +76,7 @@ else() add_compile_options( -Wall -Wno-attributes + -Wno-unused-variables ) if (WARNINGS_AS_ERRORS)