From 5e71a7d6b81f12c224cc06eacb6fee8e96b2ac8c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jun 2022 16:42:32 -0400 Subject: Fix build as C with MSVC --- meson/suppressions/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson') diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index e5d5cf3..a85cd26 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -44,6 +44,7 @@ if is_variable('cc') elif cc.get_id() == 'msvc' c_suppressions += [ + '/wd4114', # same type qualifier used more than once '/wd4191', # unsafe function conversion '/wd4200', # zero-sized array in struct/union '/wd4365', # signed/unsigned mismatch -- cgit v1.2.1