From 10a26115c115fa1bd88b1f431f965b348c9b5cdc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Apr 2021 08:41:03 -0400 Subject: Fix VS2019 warnings --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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 ] -- cgit v1.2.1