Cleanup: extend the list of warnings removed when building with CLANG
This commit is contained in:
3
extern/CMakeLists.txt
vendored
3
extern/CMakeLists.txt
vendored
@@ -18,6 +18,9 @@ elseif(CMAKE_C_COMPILER_ID MATCHES "Clang")
|
||||
remove_cc_flag(
|
||||
"-Weverything"
|
||||
"-Wextra"
|
||||
"-Wnull-pointer-subtraction"
|
||||
"-Wcast-function-type-mismatch"
|
||||
"-Wignored-qualifiers"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user