diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index c92a7f2d979..df332596cba 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1039,6 +1039,7 @@ end buildoptions { "-Wno-format-overflow", -- try machine/bfm_sc45_helper.cpp in GCC 8.0.1, among others "-Wno-stringop-truncation", -- ImGui again + "-Wno-stringop-overflow", -- formats/victor9k_dsk.cpp bugs the compiler } buildoptions_cpp { "-Wno-class-memaccess", -- many instances in ImGui and BGFX |