diff options
-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 66510f9..834695c 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -124,6 +124,7 @@ if is_variable('cpp') '/wd4711', # function selected for automatic inline expansion '/wd4820', # padding added after data member '/wd5045', # will insert Spectre mitigation + '/wd5264', # const variable is not used ] endif endif |