]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
github: inhibit deprecated declarations for clang on macOS
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 May 2021 11:20:54 +0000 (13:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 May 2021 20:45:46 +0000 (22:45 +0200)
... as they otherwise cause ldap build errors in the CI.

Fixes #7081
Closes #7082

.github/workflows/macos.yml

index a01785068017bbc2434e7123c8762ac539cdbccb..3dc86b2c7cabef6a27d6fb0f252f3576cc738872 100644 (file)
@@ -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"