diff options
Diffstat (limited to 'meson/suppressions/meson.build')
-rw-r--r-- | meson/suppressions/meson.build | 1 |
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 |