diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
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" |