Conflicts:
	scripts/genie.lua
This commit is contained in:
Cowering 2015-05-27 11:47:40 -05:00
commit fa92dbd8aa

View File

@ -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"
}