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 In file included from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/31837a2e5a2ee7ca0dacc7ddeca1cf523e77db87/source_subfolder/internal/dcraw_common.cpp:44: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/31837a2e5a2ee7ca0dacc7ddeca1cf523e77db87/source_subfolder/internal/../src/metadata/fuji.cpp: In member function ‘void LibRaw::parseFujiMakernotes(unsigned int, unsigned int, unsigned int, unsigned int)’: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/31837a2e5a2ee7ca0dacc7ddeca1cf523e77db87/source_subfolder/internal/../src/metadata/fuji.cpp:783:39: warning: ‘%s’ directive output may be truncated writing up to 15 bytes into a region of size between 0 and 63 [-Wformat-truncation=] 783 | tbuf, sizeof(tbuf), "%s %s %d:%s:%s %s", | ^~ 784 | imgdata.shootinginfo.InternalBodySerial, ystr, year, mm, dd, | ~~~~ /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/31837a2e5a2ee7ca0dacc7ddeca1cf523e77db87/source_subfolder/internal/../src/metadata/fuji.cpp:782:19: note: ‘snprintf’ output 7 or more bytes (assuming 89) into a destination of size 64 782 | snprintf( | ~~~~~~~~^ 783 | tbuf, sizeof(tbuf), "%s %s %d:%s:%s %s", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 784 | imgdata.shootinginfo.InternalBodySerial, ystr, year, mm, dd, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 785 | words[i] + | ~~~~~~~~~~ 786 | strnlen(words[i], | ~~~~~~~~~~~~~~~~~ 787 | sizeof(imgdata.shootinginfo.InternalBodySerial) - 1) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 788 | 12); | ~~~ /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/31837a2e5a2ee7ca0dacc7ddeca1cf523e77db87/source_subfolder/internal/../src/metadata/fuji.cpp:703:45: warning: ‘ ’ directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=] 703 | snprintf(tbuf, sizeof(tbuf)-1, "%s %s", | ^ /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/31837a2e5a2ee7ca0dacc7ddeca1cf523e77db87/source_subfolder/internal/../src/metadata/fuji.cpp:703:19: note: ‘snprintf’ output 2 or more bytes (assuming 65) into a destination of size 63 703 | snprintf(tbuf, sizeof(tbuf)-1, "%s %s", | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 704 | imgdata.shootinginfo.InternalBodySerial, words[i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /usr/bin/ld: /home/conan/w/cci_PR-3793/.conan/data/jasper/2.0.16/_/_/package/260e50b0176b545a30ef3ab54ccb8cde54e77786/lib/libjasper.a(jas_stream.c.o): in function `jas_stream_tmpfile': /home/conan/w/cci_PR-3057/.conan/data/jasper/2.0.16/_/_/build/260e50b0176b545a30ef3ab54ccb8cde54e77786/source_subfolder/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp'