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/6320ba482ae32efdaf90bdcbb9ae504b2f81a99b/source_subfolder/internal/dcraw_common.cpp:44:0: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/6320ba482ae32efdaf90bdcbb9ae504b2f81a99b/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/6320ba482ae32efdaf90bdcbb9ae504b2f81a99b/source_subfolder/internal/../src/metadata/fuji.cpp:675:6: warning: ‘ ’ directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=] void LibRaw::parseFujiMakernotes(unsigned tag, unsigned type, unsigned len, ^~~~~~ /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/6320ba482ae32efdaf90bdcbb9ae504b2f81a99b/source_subfolder/internal/../src/metadata/fuji.cpp:703:19: note: ‘snprintf’ output 2 or more bytes (assuming 65) into a destination of size 63 snprintf(tbuf, sizeof(tbuf)-1, "%s %s", ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imgdata.shootinginfo.InternalBodySerial, words[i]); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/6320ba482ae32efdaf90bdcbb9ae504b2f81a99b/source_subfolder/internal/../src/metadata/fuji.cpp:675:6: warning: ‘ ’ directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=] void LibRaw::parseFujiMakernotes(unsigned tag, unsigned type, unsigned len, ^~~~~~ /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/6320ba482ae32efdaf90bdcbb9ae504b2f81a99b/source_subfolder/internal/../src/metadata/fuji.cpp:782:19: note: ‘snprintf’ output 7 or more bytes (assuming 70) into a destination of size 64 snprintf( ~~~~~~~~^ tbuf, sizeof(tbuf), "%s %s %d:%s:%s %s", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imgdata.shootinginfo.InternalBodySerial, ystr, year, mm, dd, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ words[i] + ~~~~~~~~~~ strnlen(words[i], ~~~~~~~~~~~~~~~~~ sizeof(imgdata.shootinginfo.InternalBodySerial) - 1) - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12); ~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-3793/.conan/data/jasper/2.0.16/_/_/package/8fdd10e10fa1151921effdf42739cacd35e03aa3/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/8fdd10e10fa1151921effdf42739cacd35e03aa3/source_subfolder/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp'