diff options
author | David Robillard <d@drobilla.net> | 2020-08-14 10:29:16 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-14 17:57:07 +0200 |
commit | e800887f557d9336bb4e8cf2ac20e1f16d81de70 (patch) | |
tree | dfbda3dd1759f6dddb1ff6de2d77f373cbc65d15 /wscript | |
parent | 126006911b36cb2ce67ec194fbb76850cb87e1d3 (diff) | |
download | zix-e800887f557d9336bb4e8cf2ac20e1f16d81de70.tar.gz zix-e800887f557d9336bb4e8cf2ac20e1f16d81de70.tar.bz2 zix-e800887f557d9336bb4e8cf2ac20e1f16d81de70.zip |
Update autowaf
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -69,6 +69,8 @@ def configure(conf): '/wd4365', # signed/unsigned mismatch '/wd4514', # unreferenced inline function has been removed '/wd4706', # assignment within conditional expression + '/wd4710', # function not inlined + '/wd4711', # function selected for automatic inline expansion '/wd4777', # format string and argument mismatch '/wd4820', # padding added after construct '/wd5045', # will insert Spectre mitigation for memory load |