mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Removed -Wno-unused-variable for mingw/gcc (nw)
This commit is contained in:
parent
8745daaca2
commit
b0243d6da9
@ -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
|
||||
|
@ -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",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user