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_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR /home/conan/w/cci_PR-4138/.conan/data/laszip/3.4.3/_/_/build/2000e2a2943bb17bf9e35568b527e0da032f28f8/source_subfolder/src/laszip_dll.cpp:1853:165: warning: format specifies type 'unsigned long long' but the argument has type 'laszip_U64' (aka 'unsigned long') [-Wformat] sprintf(laszip_dll->error, "inconsistent number_of_point_records %u and extended_number_of_point_records %llu", laszip_dll->header.number_of_point_records, laszip_dll->header.extended_number_of_point_records); ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu /home/conan/w/cci_PR-4138/.conan/data/laszip/3.4.3/_/_/build/2000e2a2943bb17bf9e35568b527e0da032f28f8/source_subfolder/src/laszip_dll.cpp:1871:193: warning: format specifies type 'unsigned long long' but the argument has type 'laszip_U64' (aka 'unsigned long') [-Wformat] sprintf(laszip_dll->error, "inconsistent number_of_points_by_return[%u] %u and extended_number_of_points_by_return[%u] %llu", i, laszip_dll->header.number_of_points_by_return[i], i, laszip_dll->header.extended_number_of_points_by_return[i]); ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu /home/conan/w/cci_PR-4138/.conan/data/laszip/3.4.3/_/_/build/2000e2a2943bb17bf9e35568b527e0da032f28f8/source_subfolder/src/laszip_dll.cpp:1920:134: warning: format specifies type 'unsigned long long' but the argument has type 'laszip_U64' (aka 'unsigned long') [-Wformat] sprintf(laszip_dll->error, "extended_number_of_point_records of %llu is too much for 32-bit counters of compatibility mode", laszip_dll->header.extended_number_of_point_records); ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu /home/conan/w/cci_PR-4138/.conan/data/laszip/3.4.3/_/_/build/2000e2a2943bb17bf9e35568b527e0da032f28f8/source_subfolder/src/laszip_dll.cpp:2593:113: warning: format specifies type 'unsigned long long' but the argument has type 'laszip_U64' (aka 'unsigned long') [-Wformat] sprintf(laszip_dll->warning, "header.start_of_waveform_data_packet_record is %llu. writing 0 instead.", laszip_dll->header.start_of_waveform_data_packet_record); ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu /home/conan/w/cci_PR-4138/.conan/data/laszip/3.4.3/_/_/build/2000e2a2943bb17bf9e35568b527e0da032f28f8/source_subfolder/src/laszip_dll.cpp:4551:122: warning: format specifies type 'long long' but the argument has type 'laszip_I64' (aka 'long') [-Wformat] sprintf(laszip_dll->error, "seeking from index %lld to index %lld for file with %lld points", laszip_dll->p_count, index, laszip_dll->npoints); ~~~~ ^~~~~ %ld 5 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY