mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +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",
|
MAME_DIR .. "src/osd/windows",
|
||||||
}
|
}
|
||||||
|
|
||||||
buildoptions_cpp {
|
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
|
||||||
"-Wno-ignored-attributes",-- many instances in ImGui
|
buildoptions_cpp {
|
||||||
}
|
"-Wno-ignored-attributes",-- many instances in ImGui
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/osd/modules/render/d3d/d3dhlsl.cpp",
|
MAME_DIR .. "src/osd/modules/render/d3d/d3dhlsl.cpp",
|
||||||
|
Loading…
Reference in New Issue
Block a user