Removed -Wno-unused-variable for mingw/gcc (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-27 16:40:27 +02:00
parent 8745daaca2
commit b0243d6da9
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -621,6 +621,7 @@ project "portaudio"
"-Wno-missing-braces",
"-Wno-unused-but-set-variable",
"-Wno-maybe-uninitialized",
"-Wno-unused-variable",
"-Wno-unused-value",
"-Wno-unused-function",
}