You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2023/03/19 22:01:03 UTC

svn commit: r1908542 - /httpd/httpd/trunk/.github/workflows/linux.yml

Author: ylavic
Date: Sun Mar 19 22:01:03 2023
New Revision: 1908542

URL: http://svn.apache.org/viewvc?rev=1908542&view=rev
Log:
ci: -Werror does not need -Wno-deprecated-declarations anymore for openssl >= 3

Modified:
    httpd/httpd/trunk/.github/workflows/linux.yml

Modified: httpd/httpd/trunk/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.github/workflows/linux.yml?rev=1908542&r1=1908541&r2=1908542&view=diff
==============================================================================
--- httpd/httpd/trunk/.github/workflows/linux.yml (original)
+++ httpd/httpd/trunk/.github/workflows/linux.yml Sun Mar 19 22:01:03 2023
@@ -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