CMake Warning at source_subfolder/CMakeLists.txt:278 (message): clang-format was not detected, so automatic source code reformatting is disabled CMake Warning at source_subfolder/CMakeLists.txt:290 (message): clang-tidy was not detected, so source code linting is disabled 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 /home/conan/w/cci_PR-3586/.conan/data/h3/3.7.1/_/_/build/b7704ea433cbe7368a9f008fc2b8fbb924ecfbae/source_subfolder/src/h3lib/lib/vertex.c: In function ‘vertexRotations’: /home/conan/w/cci_PR-3586/.conan/data/h3/3.7.1/_/_/build/b7704ea433cbe7368a9f008fc2b8fbb924ecfbae/source_subfolder/src/h3lib/lib/vertex.c:80:47: warning: ‘dirFaces.faces[3]’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (cellLeadingDigit == JK_AXES_DIGIT && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ fijk.face == ~~~~~~~~~~~~ dirFaces.faces[IK_AXES_DIGIT - DIRECTION_INDEX_OFFSET]) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3586/.conan/data/h3/3.7.1/_/_/build/b7704ea433cbe7368a9f008fc2b8fbb924ecfbae/source_subfolder/src/h3lib/lib/vertex.c:85:54: warning: ‘dirFaces.faces[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (cellLeadingDigit == IK_AXES_DIGIT && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ fijk.face == ~~~~~~~~~~~~ dirFaces.faces[JK_AXES_DIGIT - DIRECTION_INDEX_OFFSET]) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY