We need to suppress the following warning message from going out to stdout
WARNING: mongoc: Falling back to malloc for counters.
Currently we are disabling mongo-c performance counters by default (by setting MONGOC_DISABLE_SHM) but because of that users are seeing the warning message on the console and we would like to suppress that.
It will fine even if the fix is available in later version of the Mongo C Driver.