Disabled clang warnings again - only the GCC ones should be re-enabled.

This commit is contained in:
Vas Crabb 2022-02-24 16:42:30 +11:00
parent e539b09943
commit 0a1c686c8e

View File

@ -1040,6 +1040,8 @@ end
"-fdiagnostics-show-note-include-stack",
"-Wno-cast-align",
"-Wno-constant-logical-operand",
"-Wno-extern-c-compat",
"-Wno-ignored-qualifiers",
"-Wno-pragma-pack", -- clang 6.0 complains when the packing change lifetime is not contained within a header file.
"-Wno-tautological-compare",
"-Wno-unknown-attributes",