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 Miodrag Milanovic <mmicko@gmail.com>2015-05-27 16:41:00 +0200
commitb0243d6da942866f5ba33dba6fa49d1c696e3e12 (patch)
treec2a46aa12f409e0ef27063a86644c1eb0e57bede /scripts/genie.lua
parent8745daaca2674aab99398f31bbebb362530b0e30 (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 db9481277f4..10eed679dfb 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -864,7 +864,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