]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Enable -Werror on macOS builds
authorArne Schwabe <arne@rfc2549.org>
Sun, 9 Oct 2022 14:00:42 +0000 (16:00 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 9 Oct 2022 14:10:06 +0000 (16:10 +0200)
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>
.github/workflows/build.yaml

index f34f6a2661192ff5a2420488501aac99dda72157..f7d2d3836fc28f2ebcfcc90bfb44192b8613df9e 100644 (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