diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
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 |