mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
fix gcc version to use
This commit is contained in:
parent
edab1abaaf
commit
6f7ac1a200
@ -407,10 +407,12 @@ configuration { }
|
||||
}
|
||||
end
|
||||
else
|
||||
buildoptions {
|
||||
"-Wno-unused-result",
|
||||
}
|
||||
|
||||
if (version >= 40400) then
|
||||
buildoptions {
|
||||
"-Wno-unused-result",
|
||||
}
|
||||
end
|
||||
|
||||
if (version >= 40700) then
|
||||
buildoptions {
|
||||
"-Wno-narrowing",
|
||||
|
Loading…
Reference in New Issue
Block a user