mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03: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
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 New Issue
Block a user