Enable -Werror on macOS builds

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
This commit is contained in:
Arne Schwabe 2022-10-09 16:00:42 +02:00 committed by Gert Doering
parent 7d291e10bc
commit 0ff633f750

View file

@ -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