Signed-off-by: Arne Schwabe <a...@rfc2549.org> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 -- 2.37.0 (Apple Git-136) _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel