Cleanup: extend the list of warnings removed when building with CLANG

This commit is contained in:
Campbell Barton
2025-04-03 10:55:04 +00:00
parent 2d49844931
commit 7b93a84ed5

View File

@@ -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()