ci: actually turn on fatal-meson-warnings in the "build" workflow

It's a follow-up to https://github.com/systemd/systemd/pull/23211
This commit is contained in:
Evgeny Vereshchagin 2022-04-28 21:58:30 +00:00 committed by Yu Watanabe
parent cfa7d57ba1
commit 2d14ec9b8a

View file

@ -131,7 +131,6 @@ for args in "${ARGS[@]}"; do
if [[ "$LINKER" != lld ]]; then
additional_meson_args="--fatal-meson-warnings"
fi
additional_meson_args=""
info "Checking build with $args"
# shellcheck disable=SC2086
if ! AR="$AR" \