CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-4275/.conan/data/amqp-cpp/4.2.1/_/_/package/340ecf89b4cbc04cda939b2c4b1e5cf6d8f8c9db/include/amqpcpp.h:56, from /home/conan/w/cci_PR-4275/1/78264079-df47-4566-8b99-05959927d691/recipes/amqp-cpp/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4275/.conan/data/amqp-cpp/4.2.1/_/_/package/340ecf89b4cbc04cda939b2c4b1e5cf6d8f8c9db/include/amqpcpp/table.h:269:13: warning: converting ‘AMQP::Table’ to a reference to the same type will never use a type conversion operator [-Wclass-conversion] 269 | virtual operator const Table& () const override | ^~~~~~~~ In file included from /home/conan/w/cci_PR-4275/.conan/data/amqp-cpp/4.2.1/_/_/package/340ecf89b4cbc04cda939b2c4b1e5cf6d8f8c9db/include/amqpcpp.h:57, from /home/conan/w/cci_PR-4275/1/78264079-df47-4566-8b99-05959927d691/recipes/amqp-cpp/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4275/.conan/data/amqp-cpp/4.2.1/_/_/package/340ecf89b4cbc04cda939b2c4b1e5cf6d8f8c9db/include/amqpcpp/array.h:235:13: warning: converting ‘AMQP::Array’ to a reference to the same type will never use a type conversion operator [-Wclass-conversion] 235 | virtual operator const Array& () const override | ^~~~~~~~