diff --git a/meson.build b/meson.build index ca51272e..ba5f88bb 100644 --- a/meson.build +++ b/meson.build @@ -20,6 +20,9 @@ compiler_args = [ # clang '-Wno-unused-private-field', '-Wno-microsoft-exception-spec', + '-Wno-extern-c-compat', + '-Wno-unused-const-variable', + '-Wno-missing-braces', ] link_args = []