From 59c99619250461f10922d3f8f4da31872e05817f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Jan 2023 12:27:58 -0500 Subject: Suppress new warnings in MSVS 2022 --- meson/suppressions/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index b68b370..50dabb9 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -77,6 +77,7 @@ if is_variable('cc') '/wd4996', # POSIX name for this item is deprecated '/wd4996', # function or variable may be unsafe '/wd5045', # will insert Spectre mitigation for memory load + '/wd5264', # const variable is not used ] endif endif -- cgit v1.2.1