diff options
author | Yann Ylavic <ylavic@apache.org> | 2023-03-19 23:01:03 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2023-03-19 23:01:03 +0100 |
commit | 9ac4d8cf05fad1f0c8387b8a4b144e6eaf73e02c (patch) | |
tree | c6b2613364e80654d3272722e600bc2d46b1b80c | |
parent | mod_md: Fix compat warnings with OpenSSL 3.0. (diff) | |
download | apache2-9ac4d8cf05fad1f0c8387b8a4b144e6eaf73e02c.tar.xz apache2-9ac4d8cf05fad1f0c8387b8a4b144e6eaf73e02c.zip |
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
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cf1126ea73..50c270bc8f 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 |