mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
fixed vs2019, broken by clang fix.
This commit is contained in:
parent
925f5183a1
commit
2811cda9c6
@ -119,9 +119,11 @@ project ("osd_" .. _OPTIONS["osd"])
|
||||
MAME_DIR .. "src/osd/windows",
|
||||
}
|
||||
|
||||
buildoptions_cpp {
|
||||
"-Wno-ignored-attributes",-- many instances in ImGui
|
||||
}
|
||||
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
|
||||
buildoptions_cpp {
|
||||
"-Wno-ignored-attributes",-- many instances in ImGui
|
||||
}
|
||||
end
|
||||
|
||||
files {
|
||||
MAME_DIR .. "src/osd/modules/render/d3d/d3dhlsl.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user