summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-11-12 08:18:10 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-11-12 08:18:10 +0200
commit7a00a519cb91d72481c7ebaddabe8db6387b817a (patch)
treee8c67cc079005319543ee5abb0ce8253272c120a
parent6fdad71cfedf16170166b3ae14de0e05ab58d400 (diff)
build: reduce compiler warnings on clang
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 73fc5d7..33ee7ca 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'