mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Fix for GCC 4.2.1, OSX using gcc (nw)
This commit is contained in:
parent
e14a06de87
commit
59a15be847
@ -550,6 +550,11 @@ end
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
if (version == 40201) then
|
||||||
|
buildoptions {
|
||||||
|
"-Wno-cast-align"
|
||||||
|
}
|
||||||
|
end
|
||||||
if (version >= 40400) then
|
if (version >= 40400) then
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"-Wno-unused-result",
|
"-Wno-unused-result",
|
||||||
|
Loading…
Reference in New Issue
Block a user