mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
github: inhibit deprecated declarations for clang on macOS
... as they otherwise cause ldap build errors in the CI. Fixes #7081 Closes #7082
This commit is contained in:
parent
0c55fbab45
commit
e53a0f6833
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
compiler:
|
||||
- CC: clang
|
||||
CXX: clang++
|
||||
CFLAGS: "-mmacosx-version-min=10.15"
|
||||
CFLAGS: "-mmacosx-version-min=10.15 -Wno-deprecated-declarations"
|
||||
- CC: gcc-8
|
||||
CXX: g++-8
|
||||
CFLAGS: "-mmacosx-version-min=10.15 -Wno-error=undef -Wno-error=conversion"
|
||||
|
Loading…
Reference in New Issue
Block a user