mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +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
|
||||
else
|
||||
if (version == 40201) then
|
||||
buildoptions {
|
||||
"-Wno-cast-align"
|
||||
}
|
||||
end
|
||||
if (version >= 40400) then
|
||||
buildoptions {
|
||||
"-Wno-unused-result",
|
||||
|
Loading…
Reference in New Issue
Block a user