summaryrefslogtreecommitdiffstats
path: root/meson
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-29 12:27:58 -0500
committerDavid Robillard <d@drobilla.net>2023-01-29 12:27:58 -0500
commit59c99619250461f10922d3f8f4da31872e05817f (patch)
treed58a22822d49b27a12cf6793d10d8e0fa843d46a /meson
parented48db0a47b5a41e9aa6ed8bb4b9c8e0bceeec4c (diff)
downloadsord-59c99619250461f10922d3f8f4da31872e05817f.tar.gz
sord-59c99619250461f10922d3f8f4da31872e05817f.tar.bz2
sord-59c99619250461f10922d3f8f4da31872e05817f.zip
Suppress new warnings in MSVS 2022
Diffstat (limited to 'meson')
-rw-r--r--meson/suppressions/meson.build1
1 files changed, 1 insertions, 0 deletions
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