From 3d685246480d5bd813f5d5f15a9352a9f4a1600c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Jan 2023 12:29:37 -0500 Subject: Suppress new warnings in MSVS 2022 --- 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 a5da946..b134f3c 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -44,6 +44,7 @@ if is_variable('cpp') '/wd5026', # move constructor implicitly deleted '/wd5027', # move assignment operator implicitly deleted '/wd5045', # compiler will insert Spectre mitigation + '/wd5262', # implicit fall-through ] endif endif -- cgit v1.2.1