Noticed while building with -Werror:
tests/test-mongoc-collection.c: In function ‘_test_legacy_bulk_insert’: tests/test-mongoc-collection.c:458:10: warning: ‘has_oversized’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (has_oversized && !continue_on_err) { ^
- is related to
-
CDRIVER-766 Build warnings for undefined MONGOC_TRACE in #if conditional
- Closed