diff options
author | 2018-05-01 22:04:06 -0400 | |
---|---|---|
committer | 2018-05-01 22:04:06 -0400 | |
commit | 45977d9baa18dd73d96061cb9f7961539538873f (patch) | |
tree | 5cb42c8e377b20ecb317cbc054d7d36e96524549 /scripts/genie.lua | |
parent | 4f10cca061766fc29297ea973bc8a2b2bf5d077a (diff) |
More GCC 8 (nw)
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 |