]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ci: -Werror does not need -Wno-deprecated-declarations anymore for openssl >= 3
authorYann Ylavic <ylavic@apache.org>
Sun, 19 Mar 2023 22:01:03 +0000 (22:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 19 Mar 2023 22:01:03 +0000 (22:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908542 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index cf1126ea734fdfc3fa37f2a69ef0de262fe6a01c..50c270bc8f1c025bf295864a5c0d5e55964be7aa 100644 (file)
@@ -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