summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-02-24 16:42:30 +1100
committer Vas Crabb <vas@vastheman.com>2022-02-24 16:42:30 +1100
commit0a1c686c8eff7eb99cbebb62b6c1e613f72ee1ba (patch)
tree6b3ae2b52b62ddf673453cd9a63157ec7ef7da77
parente539b099430283f7f10432f6dbf473ce1d91a17d (diff)
Disabled clang warnings again - only the GCC ones should be re-enabled.
-rw-r--r--scripts/genie.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 9dd282cb104..935738bfd9e 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -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",