From c269ac85e42aad72ac685a4953a7167e8378613d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Jan 2023 12:28:13 -0500 Subject: Suppress new warnings in MSVS 2022 --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 5eaf574..0fecc7b 100644 --- a/meson.build +++ b/meson.build @@ -519,6 +519,8 @@ if not get_option('tests').disabled() '/wd4711', # function selected for automatic inline expansion '/wd4820', # padding added after construct '/wd5039', # throwing function passed to C (winbase.h) + '/wd5262', # implicit fall-through + '/wd5264', # const variable is not used ] endif -- cgit v1.2.1