diff options
author | David Robillard <d@drobilla.net> | 2020-08-13 19:48:41 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-14 09:43:38 +0200 |
commit | b52e3f8db950cc8f3397fad00d0fcc8e611004f7 (patch) | |
tree | 59ff12f518308d36befb5b854dd73815ed8b8210 /wscript | |
parent | f8b396210aa3247a64c890a69a7d059513797607 (diff) | |
download | zix-b52e3f8db950cc8f3397fad00d0fcc8e611004f7.tar.gz zix-b52e3f8db950cc8f3397fad00d0fcc8e611004f7.tar.bz2 zix-b52e3f8db950cc8f3397fad00d0fcc8e611004f7.zip |
Remove workarounds for ancient versions of MSVC
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ def configure(conf): '/wd4365', # signed/unsigned mismatch '/wd4514', # unreferenced inline function has been removed '/wd4706', # assignment within conditional expression + '/wd4777', # format string and argument mismatch '/wd4820', # padding added after construct '/wd5045', # will insert Spectre mitigation for memory load ], |