From 1ec363b1e6ea31c44f27f2dabbb62099bc76325a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 23 Apr 2023 16:06:42 +0300 Subject: [PATCH] meson.build: avoid clang build warning --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index af7925d4..d841e46f 100644 --- a/meson.build +++ b/meson.build @@ -47,6 +47,7 @@ endif # compilers / flags # extra_flags = [ + '-Wc11-extensions', # for clang '-Wno-unused-parameter', '-Wno-cast-function-type', '-Wformat-security',