From: Evgeny Vereshchagin Date: Mon, 12 Apr 2021 22:40:35 +0000 (+0000) Subject: ci: build with -Wall -Werror X-Git-Tag: lxc-5.0.0~200^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1093fdeda8ffddb41a9cedfcd04c295fefeeb2e;p=thirdparty%2Flxc.git ci: build with -Wall -Werror Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index 5dc857139..6d4edf372 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -31,7 +31,7 @@ if [[ "$CC" == "gcc" ]]; then fi ./autogen.sh -CFLAGS=-fsanitize=address,undefined ./configure --enable-tests --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/ --disable-no-undefined +CFLAGS="-Wall -Werror -fsanitize=address,undefined" ./configure --enable-tests --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/ --disable-no-undefined make make install