diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 0a97e0fc977..7cf0396b580 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1031,7 +1031,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 + "-Wno-stringop-overflow", -- formats/victor9k_dsk.cpp bugs the compiler } buildoptions_cpp { "-Wno-class-memaccess", -- many instances in ImGui and BGFX |