mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Disabled clang warnings again - only the GCC ones should be re-enabled.
This commit is contained in:
parent
e539b09943
commit
0a1c686c8e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user