Skip to content

Commit 8b7c1fb

Browse files
committed
Avoid deprecation warnings in APR.
1 parent 59c4dc6 commit 8b7c1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CLEAR_CACHE=1
3939
- name: OpenSSL 3.2 -Werror build
4040
config: --enable-mods-shared=reallyall --enable-maintainer-mode
41-
notest-cflags: -Werror -O2
41+
notest-cflags: -Werror -O2 -Wno-deprecated-declarations
4242
env: |
4343
TEST_OPENSSL3=3.2.1
4444
APR_VERSION=1.7.4

0 commit comments

Comments
 (0)