mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:21:41 +03: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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue