mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
don't use C++ flags on plain C files (nw)
This commit is contained in:
parent
e651a1678d
commit
73beb07213
@ -1038,9 +1038,11 @@ end
|
||||
if (version >= 80000) then
|
||||
buildoptions {
|
||||
"-Wno-format-overflow", -- try machine/bfm_sc45_helper.cpp in GCC 8.0.1, among others
|
||||
"-Wno-class-memaccess", -- many instances in ImGui and BGFX
|
||||
"-Wno-stringop-truncation", -- ImGui again
|
||||
}
|
||||
buildoptions_cpp {
|
||||
"-Wno-class-memaccess", -- many instances in ImGui and BGFX
|
||||
}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user