summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-05-27 11:47:40 -0500
committer Cowering <cowering@users.noreply.github.com>2015-05-27 11:47:40 -0500
commitfa92dbd8aa004e1845613b7be24693137d5fc293 (patch)
tree9b581fd607d0a310e406fe536c0a183c9b0de097 /scripts/genie.lua
parent110cbcba8659af4569d30ff22da4b88a9c0e9181 (diff)
parent18727502478001e0ee46ca2ab0d7f44f92405d1d (diff)
Merge branch 'master' of https://github.com/mamedev/mame
Conflicts: scripts/genie.lua
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 70033d5b31c..7a0f2128fe5 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -878,7 +878,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 {
- "-D__USE_MINGW_ANSI_STDIO=1",
"-Wno-unused-variable",
"-Wno-array-bounds"
}