Description
src/bson/bson-json.c: In function '_bson_json_read_end_map':
|
src/bson/bson-json.c:836:7: warning: enumeration value 'BSON_TYPE_DBPOINTER' not handled in switch [-Wswitch-enum]
|
switch (bson->bson_type) {
|
^
|
This appears to be legit warning?
Not sure what to do with dbpointers there.
Attachments
Issue Links
- related to
-
CDRIVER-973 JSON DBRef objects are incorrectly converted to BSON
-
- Closed
-