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 /Users/jenkins/w/cci_PR-4363@4/4/4c6ebd33-3912-415c-8704-d07eec083061/recipes/keychain/all/test_package/test_package.cpp:1: /Users/jenkins/w/cci_PR-4363@4/.conan/data/keychain/1.2.0/_/_/package/f51350faf9be5480f35c35c17122e2cb6bfb617f/include/keychain/keychain.h:87:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions] enum class ErrorType { ^ /Users/jenkins/w/cci_PR-4363@4/.conan/data/keychain/1.2.0/_/_/package/f51350faf9be5480f35c35c17122e2cb6bfb617f/include/keychain/keychain.h:103:20: warning: use of enumeration in a nested name specifier is a C++11 extension [-Wc++11-extensions] Error() : type(ErrorType::NoError) {} ^ /Users/jenkins/w/cci_PR-4363@4/.conan/data/keychain/1.2.0/_/_/package/f51350faf9be5480f35c35c17122e2cb6bfb617f/include/keychain/keychain.h:126:36: warning: use of enumeration in a nested name specifier is a C++11 extension [-Wc++11-extensions] operator bool() const { return ErrorType::NoError != type; } ^ /Users/jenkins/w/cci_PR-4363@4/4/4c6ebd33-3912-415c-8704-d07eec083061/recipes/keychain/all/test_package/test_package.cpp:8:26: warning: use of enumeration in a nested name specifier is a C++11 extension [-Wc++11-extensions] return error.type == ErrorType::NoError ? 0 : 1; ^ 4 warnings generated.