Cleanup: suppress "extra" warnings for CLANG in extern/
These are additional warnings to -Wall and generally aren't worth suppressing for code maintained externally.
This commit is contained in:
1
extern/CMakeLists.txt
vendored
1
extern/CMakeLists.txt
vendored
@@ -17,6 +17,7 @@ if(CMAKE_COMPILER_IS_GNUCC)
|
||||
elseif(CMAKE_C_COMPILER_ID MATCHES "Clang")
|
||||
remove_cc_flag(
|
||||
"-Weverything"
|
||||
"-Wextra"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user