]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: also check c_args to maybe add -Wno-maybe-uninitialized
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 29 Apr 2022 12:35:20 +0000 (14:35 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 29 Apr 2022 19:03:11 +0000 (20:03 +0100)
commitb528a62863961658165091985b565cf7be48ea98
treef5259308811f4003e08ea6294d64d2164f0db9da
parentdf8774263cd0e6064f758e9f21d1391e697ff3a8
meson: also check c_args to maybe add -Wno-maybe-uninitialized

People (and build systems) sometimes set flags through -Dc_args=… or $CFLAGS.
Let's catch this common case too. meson will set c_args from $CFLAGS, so we
only need to check the former.
meson.build