From 7a00a519cb91d72481c7ebaddabe8db6387b817a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 12 Nov 2022 08:18:10 +0200 Subject: [PATCH] build: reduce compiler warnings on clang --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 73fc5d7f..33ee7ca6 100644 --- a/meson.build +++ b/meson.build @@ -54,6 +54,7 @@ extra_flags = [ '-Wformat=2', '-Wstack-protector', '-Wno-switch-enum', + '-Wno-keyword-macro', '-Wno-#warnings'] if get_option('buildtype') == 'debug'