diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/headers/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build index ac9dc2d2..af270073 100644 --- a/test/headers/meson.build +++ b/test/headers/meson.build @@ -14,6 +14,10 @@ if get_option('strict') '-Wno-padded', '-Wno-unused-const-variable', ] + elif cc.get_id() == 'msvc' + header_c_suppressions += [ + '/wd4820', # padding added after construct + ] endif endif |