[ 93%] Building CXX object src/mongocxx/test/CMakeFiles/test_driver.dir/options/private/rewriter.cpp.o
|
In file included from /network/home/roberto/src/mongodb/mongo-cxx-driver.git/src/third_party/catch/include/helpers.hpp:19:0,
|
from /network/home/roberto/src/mongodb/mongo-cxx-driver.git/src/mongocxx/test/options/index.cpp:15:
|
/network/home/roberto/src/mongodb/mongo-cxx-driver.git/src/mongocxx/private/libmongoc.hh:58:61: warning: ‘bool mongoc_uri_get_ssl(const mongoc_uri_t*)’ is deprecated: Use mongoc_uri_get_tls instead [-Wdeprecated-declarations]
|
extern MONGOCXX_API mongocxx::test_util::mock<decltype(&mongoc_##name)>& name;
|
^
|
/network/home/roberto/src/mongodb/mongo-cxx-driver.git/src/mongocxx/private/libmongoc_symbols.hh:256:1: note: in expansion of macro ‘MONGOCXX_LIBMONGOC_SYMBOL’
|
MONGOCXX_LIBMONGOC_SYMBOL(uri_get_ssl)
|
^~~~~~~~~~~~~~~~~~~~~~~~~
|