summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-27 16:40:27 +0200
committer balr0g <balrog032@gmail.com>2015-05-31 00:15:46 -0400
commit81ee2e603e3e61f8a8a01ad4ad4f835e7de7820f (patch)
treeb555a8660aa0ce46192aed5faee2cc8b5a1db6d3 /scripts/genie.lua
parent16ed4aae36d7380529ec2de37e02c310a2d68175 (diff)
Removed -Wno-unused-variable for mingw/gcc (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 356d4d8d3dc..7b88a7d3ade 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -873,7 +873,6 @@ end
if (version >= 40800) then
-- array bounds checking seems to be buggy in 4.8.1 (try it on video/stvvdp1.c and video/model1.c without -Wno-array-bounds)
buildoptions {
- "-Wno-unused-variable",
"-Wno-array-bounds"
}
end