diff options
author | 2019-02-25 14:48:37 -0800 | |
---|---|---|
committer | 2019-02-25 14:48:37 -0800 | |
commit | 487cb60ae692a769c96370dc9e8cb45a7051e383 (patch) | |
tree | 35ca077d26fc0ed0051f251630cb6607aa533572 | |
parent | 84d5f8f73822e27acb16c3f23f7e1fb1dae1cb87 (diff) |
further quieting of MS-LLVM (nw)
-rw-r--r-- | scripts/genie.lua | 1 | ||||
-rw-r--r-- | scripts/src/osd/windows.lua | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 58571d1ffb8..b20b8842a66 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1480,6 +1480,7 @@ configuration { "vsllvm" } "-Wno-switch", "-Wno-tautological-undefined-compare", "-Wno-deprecated-declarations", + "-Wno-macro-redefined", } diff --git a/scripts/src/osd/windows.lua b/scripts/src/osd/windows.lua index 00432b75a8e..ecb3030c683 100644 --- a/scripts/src/osd/windows.lua +++ b/scripts/src/osd/windows.lua @@ -44,6 +44,7 @@ function maintargetosdoptions(_target,_subtarget) "comdlg32", "psapi", "ole32", + "shlwapi", } end |