From ce47bf4264ed020c4c132cdeae8a430ecff4fb9d Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Sat, 10 Sep 2022 21:26:18 +0000 Subject: [PATCH] [build] Disable some dumb clang warnings --- meson.build | 3 +++ 1 file changed, 3 insertions(+) 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 = []