-
Type: Task
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Build
-
None
We turn off deprecation warnings for Apple here:
if (APPLE)
# Until CDRIVER-520.
add_definitions (-Wno-deprecated-declarations)
endif ()
This references a now closed ticket. Removing it still seems to fail if building with secure transport. If nothing else, let's update the comment to reference an open ticket so we remember to remove it.
- is related to
-
CDRIVER-520 Add support for native TLS on OSX (Secure Transport)
- Closed
- related to
-
CDRIVER-2722 Reimplement macOS TLS layer in terms of non-deprecated APIs
- Backlog