diff --git a/CompilerChecks.cmake b/CompilerChecks.cmake index a3e4b5c9..5bdc05c3 100644 --- a/CompilerChecks.cmake +++ b/CompilerChecks.cmake @@ -42,6 +42,7 @@ if (UNIX) add_c_compiler_flag("-Wstrict-overflow=2" SUPPORTED_COMPILER_FLAGS) add_c_compiler_flag("-Wno-format-zero-length" SUPPORTED_COMPILER_FLAGS) add_c_compiler_flag("-Wmissing-field-initializers" SUPPORTED_COMPILER_FLAGS) + add_c_compiler_flag("-Wsign-compare" SUPPORTED_COMPILER_FLAGS) check_c_compiler_flag("-Wformat" REQUIRED_FLAGS_WFORMAT) if (REQUIRED_FLAGS_WFORMAT)