summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-05-23 17:33:52 +1000
committer Vas Crabb <vas@vastheman.com>2021-05-23 17:33:52 +1000
commit5fe20586ee7aeb31c9384b82712c3ba37701cee4 (patch)
tree0aa7ecec0eca58391db4760a485a3db8b08f9213 /scripts/genie.lua
parentc6abdd77fbbdd4811dbb1c9cb954ee2e44678c33 (diff)
srcclean for release
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 2a50eb8765d..fcf46b64e43 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1134,10 +1134,10 @@ end
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
+ "-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