From 7fce488cd89b170c41f2e9985dee68316d0982a0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 27 Jun 2024 12:57:02 +0200 Subject: [PATCH] GHA: add --enable-werror to the quiche job Closes #14041 --- .github/workflows/http3-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 5404459d2c..df444b6654 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -293,7 +293,7 @@ jobs: configure: >- LDFLAGS="-Wl,-rpath,/home/runner/quiche/target/release" --with-openssl=/home/runner/quiche/quiche/deps/boringssl/src - --enable-debug + --enable-warnings --enable-werror --enable-debug --with-quiche=/home/runner/quiche/target/release --with-test-nghttpx="$HOME/nghttp2/build/bin/nghttpx" --with-ca-fallback -- 2.47.3