summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 94e79b62c29..0eff764a63b 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -985,6 +985,11 @@ end
"-Wno-extern-c-compat",
}
end
+ if (version >= 30700) then
+ buildoptions {
+ "-Wno-deprecated-register",
+ }
+ end
if (version >= 70000) then
buildoptions {
"-Wno-tautological-undefined-compare",