summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 39ccf29..662ee96 100644
--- a/meson.build
+++ b/meson.build
@@ -44,9 +44,10 @@ if get_option('strict')
c_warnings += [
'-Weverything',
'-Wno-bad-function-cast',
+ '-Wno-c11-extensions', # Glib
+ '-Wno-implicit-fallthrough', # Really for clang < 12
'-Wno-padded',
'-Wno-reserved-id-macro',
- '-Wno-implicit-fallthrough', # Really for clang < 12
]
elif cc.get_id() == 'gcc'
c_warnings += [