From 2bdc67ce7ca19c0a6d963101ebd92dd684f30e5b Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Sun, 19 Mar 2023 22:01:03 +0000 Subject: [PATCH] ci: -Werror does not need -Wno-deprecated-declarations anymore for openssl >= 3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908542 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 17261b48fa5..4617d14f04a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -67,7 +67,7 @@ jobs: # ------------------------------------------------------------------------- - name: GCC 10 maintainer-mode w/-Werror, install + VPATH config: --enable-mods-shared=reallyall --enable-maintainer-mode - notest-cflags: -Werror -O2 -Wno-deprecated-declarations + notest-cflags: -Werror -O2 env: | CC=gcc-10 TEST_VPATH=1