aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe2022-10-09 16:00:42 +0200
committerGert Doering2022-10-09 16:10:06 +0200
commit0ff633f750a57d0a4d48481be0bd915196a0bd32 (patch)
tree97865d0b816e0105bc0ba499879b1b9d97e0dc96
parent7d291e10bccd1d6b9e584307fb5fe3ebfb114ec9 (diff)
downloadopenvpn-0ff633f750a57d0a4d48481be0bd915196a0bd32.zip
openvpn-0ff633f750a57d0a4d48481be0bd915196a0bd32.tar.gz
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>
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f34f6a2..f7d2d38 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