-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:
Vas Crabb 2024-03-31 02:37:24 +11:00
parent 0fb425eca0
commit 926fe9bc82
2 changed files with 1654 additions and 3306 deletions

File diff suppressed because it is too large Load diff

View file

@ -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