From: Arne Schwabe Date: Sun, 9 Oct 2022 14:00:42 +0000 (+0200) Subject: Enable -Werror on macOS builds X-Git-Tag: v2.6_beta1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff633f750a57d0a4d48481be0bd915196a0bd32;p=thirdparty%2Fopenvpn.git Enable -Werror on macOS builds Signed-off-by: Arne Schwabe Acked-by: Gert Doering Message-Id: <20221009140042.1560899-1-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25369.html Signed-off-by: Gert Doering --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f34f6a266..f7d2d3836 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -299,7 +299,7 @@ jobs: - name: autoconf run: autoreconf -fvi - name: configure - run: ./configure ${{matrix.configureflags}} ${{matrix.configuressllib}} + run: ./configure --enable-werror ${{matrix.configureflags}} ${{matrix.configuressllib}} - name: make all run: make -j4 - name: make check