summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-19 22:01:03 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-19 22:01:03 +0000
commit9ac4d8cf05fad1f0c8387b8a4b144e6eaf73e02c (patch)
treec6b2613364e80654d3272722e600bc2d46b1b80c /.github
parent022842d4ca2bf80bc6e11c9aeaba1b14c28b953f (diff)
downloadhttpd-9ac4d8cf05fad1f0c8387b8a4b144e6eaf73e02c.tar.gz
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
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