diff options
Diffstat (limited to 'meson/suppressions')
-rw-r--r-- | meson/suppressions/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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 |