Skip to content

Commit

Permalink
ci: -Werror does not need -Wno-deprecated-declarations anymore for op…
Browse files Browse the repository at this point in the history
…enssl >= 3

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908542 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ylavic committed Nov 16, 2023
1 parent c86d432 commit 2bdc67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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
Expand Down

0 comments on commit 2bdc67c

Please sign in to comment.