diff options
author | David Robillard <d@drobilla.net> | 2021-05-16 14:43:00 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-05-16 14:43:00 -0400 |
commit | 10c6dcff8d28ca2a05d2ebcfa9bb47e24e5a9d64 (patch) | |
tree | df8a35ab6eaee21cc6d8eb6dfbbaf25d496768d6 /wscript | |
parent | 652371c2f3700e0ec9927fd93e80fa21338a7b29 (diff) | |
download | serd-10c6dcff8d28ca2a05d2ebcfa9bb47e24e5a9d64.tar.gz serd-10c6dcff8d28ca2a05d2ebcfa9bb47e24e5a9d64.tar.bz2 serd-10c6dcff8d28ca2a05d2ebcfa9bb47e24e5a9d64.zip |
Suppress silly VS2019 warning
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ], |