CMake Warning at source_subfolder/CMakeLists.txt:118 (MESSAGE): Disabling C++11 features. Use LIBTINS_ENABLE_CXX11=1 to enable them. Unless you are using an old compiler, you should enable this option, as it increases the library's performance CMake Warning: Manually-specified variables were not used by the project: CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR In file included from /Users/jenkins/w/cci_master@3/.conan/data/libtins/4.2/_/_/build/f8e7cd1566c97f5fb0cefb03e2ed30e345baaa39/source_subfolder/src/ip_reassembler.cpp:32: /Users/jenkins/w/cci_master@3/.conan/data/libtins/4.2/_/_/build/f8e7cd1566c97f5fb0cefb03e2ed30e345baaa39/source_subfolder/src/../include/tins/ip_reassembler.h:195:26: warning: private field 'technique_' is not used [-Wunused-private-field] OverlappingTechnique technique_; ^ 1 warning generated. /Users/jenkins/w/cci_master@3/.conan/data/libtins/4.2/_/_/build/f8e7cd1566c97f5fb0cefb03e2ed30e345baaa39/source_subfolder/src/utils/radiotap_parser.cpp:134:81: warning: unused parameter 'size' [-Wunused-parameter] void align_buffer(const uint8_t* buffer_start, const uint8_t*& buffer, uint32_t size, size_t n) { ^ 1 warning generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY