mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
genie.lua: Attempted fix for GCC build
This commit is contained in:
parent
a7aaa39ec6
commit
1eb22dd22c
@ -1098,6 +1098,7 @@ end
|
||||
"-Wno-unused-result", -- needed for fgets,fread on linux
|
||||
-- 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)
|
||||
"-Wno-array-bounds",
|
||||
"-Wno-attributes", -- GCC fails to recognize some uses of [[maybe_unused]]
|
||||
}
|
||||
if (version >= 80000) then
|
||||
buildoptions {
|
||||
|
Loading…
Reference in New Issue
Block a user