mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
further quieting of MS-LLVM (nw)
This commit is contained in:
parent
84d5f8f738
commit
487cb60ae6
2 changed files with 2 additions and 0 deletions
|
@ -1480,6 +1480,7 @@ configuration { "vsllvm" }
|
|||
"-Wno-switch",
|
||||
"-Wno-tautological-undefined-compare",
|
||||
"-Wno-deprecated-declarations",
|
||||
"-Wno-macro-redefined",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@ function maintargetosdoptions(_target,_subtarget)
|
|||
"comdlg32",
|
||||
"psapi",
|
||||
"ole32",
|
||||
"shlwapi",
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue