aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-16 14:43:00 -0400
committerDavid Robillard <d@drobilla.net>2021-05-16 14:43:00 -0400
commit10c6dcff8d28ca2a05d2ebcfa9bb47e24e5a9d64 (patch)
treedf8a35ab6eaee21cc6d8eb6dfbbaf25d496768d6
parent652371c2f3700e0ec9927fd93e80fa21338a7b29 (diff)
downloadserd-10c6dcff8d28ca2a05d2ebcfa9bb47e24e5a9d64.tar.gz
serd-10c6dcff8d28ca2a05d2ebcfa9bb47e24e5a9d64.tar.bz2
serd-10c6dcff8d28ca2a05d2ebcfa9bb47e24e5a9d64.zip
Suppress silly VS2019 warning
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 7c76aae4..e6397cb9 100644
--- a/wscript
+++ b/wscript
@@ -86,6 +86,7 @@ def configure(conf):
'/wd4514', # unreferenced inline function has been removed
'/wd4710', # function not inlined
'/wd4711', # function selected for automatic inline expansion
+ '/wd4800', # implicit conversion from int to bool
'/wd4820', # padding added after construct
'/wd4996', # POSIX name for this item is deprecated
],