From: Yu Watanabe Date: Thu, 3 Apr 2025 16:18:48 +0000 (+0900) Subject: meson: enable -Werror=flex-array-member-not-at-end X-Git-Tag: v258-rc1~910^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab29e77aa9efc0863216e9415481a786158fd60a;p=thirdparty%2Fsystemd.git meson: enable -Werror=flex-array-member-not-at-end --- diff --git a/meson.build b/meson.build index f25ad1a27ef..61fba8dc09b 100644 --- a/meson.build +++ b/meson.build @@ -380,6 +380,7 @@ possible_common_cc_flags = [ '-Wendif-labels', '-Werror=bool-compare', '-Werror=discarded-qualifiers', + '-Werror=flex-array-member-not-at-end', '-Werror=format=2', '-Werror=format-signedness', '-Werror=implicit-function-declaration',