diff options
author | 2022-03-30 12:56:08 +1100 | |
---|---|---|
committer | 2022-03-30 12:56:08 +1100 | |
commit | 6b1d35f62347d115d527fbdc5f0d16d26adc3ebb (patch) | |
tree | 422459c4df2c9c0686b4a1bafd87cb89bd698201 /docs/release/scripts/genie.lua | |
parent | 8aa3f3a324ea7044dc5da2c2b92dd78ea6e89ae3 (diff) |
Files for 0.242tag242
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r-- | docs/release/scripts/genie.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/release/scripts/genie.lua b/docs/release/scripts/genie.lua index d95877305fc..935738bfd9e 100644 --- a/docs/release/scripts/genie.lua +++ b/docs/release/scripts/genie.lua @@ -1079,7 +1079,6 @@ end } if (version >= 80000) then 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 } @@ -1087,17 +1086,10 @@ end "-Wno-class-memaccess", -- many instances in ImGui and BGFX } end - if (version >= 100000) then - buildoptions { - "-Wno-return-local-addr", -- sqlite3.c in GCC 10 - } - end if (version >= 110000) then buildoptions { "-Wno-nonnull", -- luaengine.cpp lambdas do not need "this" captured but GCC 11.1 erroneously insists "-Wno-stringop-overread", -- machine/bbc.cpp in GCC 11.1 - "-Wno-misleading-indentation", -- sqlite3.c in GCC 11.1 - "-Wno-maybe-uninitialized" -- expat in GCC 11.1 } end end |