diff options
author | David Robillard <d@drobilla.net> | 2021-04-14 08:41:03 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-04-14 08:41:03 -0400 |
commit | 10a26115c115fa1bd88b1f431f965b348c9b5cdc (patch) | |
tree | 5094bae83a26f1853494be48cbf2e67ffc3c42c8 /meson.build | |
parent | ce1e5cc0ee32d7b66b311b61bf38d9eefc522e7c (diff) | |
download | zix-10a26115c115fa1bd88b1f431f965b348c9b5cdc.tar.gz zix-10a26115c115fa1bd88b1f431f965b348c9b5cdc.tar.bz2 zix-10a26115c115fa1bd88b1f431f965b348c9b5cdc.zip |
Fix VS2019 warnings
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 25ff399..ded34b2 100644 --- a/meson.build +++ b/meson.build @@ -111,6 +111,7 @@ if get_option('strict') '/wd4710', # function not inlined '/wd4711', # function selected for automatic inline expansion '/wd4777', # format string and argument mismatch + '/wd4800', # implicit conversion to bool '/wd4820', # padding added after construct '/wd5045', # will insert Spectre mitigation for memory load ] |