summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Wilbert Pol <wilbertpol@users.noreply.github.com>2015-05-16 11:01:19 +0200
committer Wilbert Pol <wilbertpol@users.noreply.github.com>2015-05-16 11:01:19 +0200
commitc196e94f77cc9fba040b1efcd61ef91a64e077b0 (patch)
treed72fd1148213f350cb368d4b86714586c5f6d6a9 /scripts/genie.lua
parentf177f2fc99f7698b39d81bbd5be02cb082a2c307 (diff)
whoops? (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 43eebe35176..a3dab5496b1 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -671,6 +671,7 @@ if (_OPTIONS["SHADOW_CHECK"]=="1") then
buildoptions {
"-Wshadow"
}
+end
-- only show deprecation warnings when enabled
if _OPTIONS["DEPRECATED"]~="1" then
@@ -840,7 +841,6 @@ end
}
end
else
- end
if (version == 40201) then
buildoptions {
"-Wno-cast-align"