mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
-nes.xml: Use self-closing tags for data areas with no load commands - saves a lot of lines in a file this big.
-Disabled GCC stringop-overflow warning due to numerous false positives.
This commit is contained in:
parent
0fb425eca0
commit
926fe9bc82
2 changed files with 1654 additions and 3306 deletions
4958
hash/nes.xml
4958
hash/nes.xml
File diff suppressed because it is too large
Load diff
|
@ -1079,7 +1079,7 @@ end
|
|||
"-Wno-error=array-bounds",
|
||||
"-Wno-error=attributes", -- GCC fails to recognize some uses of [[maybe_unused]]
|
||||
"-Wno-error=stringop-truncation", -- ImGui again
|
||||
"-Wno-error=stringop-overflow", -- formats/victor9k_dsk.cpp bugs the compiler
|
||||
"-Wno-stringop-overflow", -- generates false positives when assigning an int rvalue to a u8 variable without an explicit cast
|
||||
}
|
||||
buildoptions_cpp {
|
||||
"-Wno-error=class-memaccess", -- many instances in ImGui and BGFX
|
||||
|
|
Loading…
Reference in a new issue