mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
Need this on linux
This commit is contained in:
parent
2ce19e896b
commit
ccc677d0e5
@ -997,7 +997,7 @@ end
|
|||||||
os.exit(-1)
|
os.exit(-1)
|
||||||
end
|
end
|
||||||
buildoptions {
|
buildoptions {
|
||||||
-- "-Wno-unused-result",
|
"-Wno-unused-result", -- needed for fgets,fread on linux
|
||||||
-- "-Wno-narrowing",
|
-- "-Wno-narrowing",
|
||||||
-- "-Wno-attributes",
|
-- "-Wno-attributes",
|
||||||
-- 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)
|
-- 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user