1 diff --git a/CompilerChecks.cmake b/CompilerChecks.cmake
2 index 9719e699..ec15fa2a 100644
3 --- a/CompilerChecks.cmake
4 +++ b/CompilerChecks.cmake
5 @@ -48,7 +48,7 @@ if (UNIX)
6 add_c_compiler_flag("-Werror=implicit-int" SUPPORTED_COMPILER_FLAGS)
7 add_c_compiler_flag("-Wint-conversion" SUPPORTED_COMPILER_FLAGS)
8 add_c_compiler_flag("-Werror=int-conversion" SUPPORTED_COMPILER_FLAGS)
9 - add_c_compiler_flag("-Werror=unused-variable" SUPPORTED_COMPILER_FLAGS)
10 + #add_c_compiler_flag("-Werror=unused-variable" SUPPORTED_COMPILER_FLAGS)
12 check_c_compiler_flag("-Wformat" REQUIRED_FLAGS_WFORMAT)
13 if (REQUIRED_FLAGS_WFORMAT)