-
Type: Improvement
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: 1.1.2
-
Component/s: None
-
None
the function mongoc_client_pool_get_size() is declared in mongoc-client-pool-private.h and its implementation in mongoc-client-pool-private.c.
The issue is mongoc-client-pool-private.c doesn't include mongoc-client-pool-private.h, therefore, the compiler doesn't see the declaration of this function while compiling the implementation of this function. There is a warning on OS X.