-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Build
-
None
mongoc_collection_find() was deprecated in CDRIVER-1528, and is declared with __attribute__(deprecated(...)) as of 1.5.0, if the attribute is supported by the compiler. This generates compiler warnings when compiling versions of mongocxx that use this function (all previously-released versions of 3.0.x).
We should suppress this warning.
- related to
-
CDRIVER-1528 Deprecate mongoc_collection_find
- Closed