summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-14 10:29:16 +0200
committerDavid Robillard <d@drobilla.net>2020-08-14 17:57:07 +0200
commite800887f557d9336bb4e8cf2ac20e1f16d81de70 (patch)
treedfbda3dd1759f6dddb1ff6de2d77f373cbc65d15 /wscript
parent126006911b36cb2ce67ec194fbb76850cb87e1d3 (diff)
downloadzix-e800887f557d9336bb4e8cf2ac20e1f16d81de70.tar.gz
zix-e800887f557d9336bb4e8cf2ac20e1f16d81de70.tar.bz2
zix-e800887f557d9336bb4e8cf2ac20e1f16d81de70.zip
Update autowaf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 06bc978..40a7825 100644
--- a/wscript
+++ b/wscript
@@ -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