From 6f9c1d0cd57bfa93b97020156c74c9f21b85cb87 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Jan 2023 12:27:42 -0500 Subject: Suppress new warnings in MSVS 2022 --- meson/suppressions/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson/suppressions/meson.build') diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index 66510f9..834695c 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -124,6 +124,7 @@ if is_variable('cpp') '/wd4711', # function selected for automatic inline expansion '/wd4820', # padding added after data member '/wd5045', # will insert Spectre mitigation + '/wd5264', # const variable is not used ] endif endif -- cgit v1.2.1