From 456bdeef35ffbfbdad7609e8b8a4ef71372786fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jan 2021 20:00:25 +0100 Subject: [WIP] Add extensible logging API --- meson/suppressions/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson/suppressions') diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index 8bb9a27f..dba5c46c 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -85,6 +85,7 @@ if is_variable('cc') '/wd4514', # unreferenced inline function has been removed '/wd4710', # function not inlined '/wd4711', # function selected for automatic inline expansion + '/wd4774', # format string is not a string literal '/wd4800', # implicit conversion from int to bool '/wd4820', # padding added after construct '/wd5045', # will insert Spectre mitigation for memory load -- cgit v1.2.1