From: Yann Ylavic Date: Sun, 19 Mar 2023 22:01:03 +0000 (+0000) Subject: ci: -Werror does not need -Wno-deprecated-declarations anymore for openssl >= 3 X-Git-Tag: 2.5.0-alpha2-ci-test-only~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac4d8cf05fad1f0c8387b8a4b144e6eaf73e02c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cf1126ea734..50c270bc8f1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -65,7 +65,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