summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r--docs/release/scripts/genie.lua8
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