diff options
author | 2019-02-25 14:48:37 -0800 | |
---|---|---|
committer | 2019-02-25 14:48:37 -0800 | |
commit | 487cb60ae692a769c96370dc9e8cb45a7051e383 (patch) | |
tree | 35ca077d26fc0ed0051f251630cb6607aa533572 /scripts/genie.lua | |
parent | 84d5f8f73822e27acb16c3f23f7e1fb1dae1cb87 (diff) |
further quieting of MS-LLVM (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 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", } |