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/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_fileio.cpp:27: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/../src/preprocessing/ext_preprocess.cpp: In member function ‘void LibRaw::subtract(const char*)’: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/../src/preprocessing/ext_preprocess.cpp:121:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] 121 | fread(pixel, 2, width, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_common.cpp:44: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/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/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/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/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/../src/metadata/fuji.cpp:783:35: note: directive argument in the range [64, 2769] 783 | tbuf, sizeof(tbuf), "%s %s %d:%s:%s %s", | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/libraw/libraw.h:32, from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_defs.h:22, from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_common.cpp:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 8 or more bytes (assuming 92) into a destination of size 64 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_common.cpp:44: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/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", | ^ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/libraw/libraw.h:32, from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_defs.h:22, from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_common.cpp:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 65) into a destination of size 63 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_common.cpp:68: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/../src/write/file_write.cpp: In member function ‘void LibRaw::tiff_head(tiff_hdr*, int)’: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/../src/write/file_write.cpp:77:27: warning: ‘%02d’ directive writing between 2 and 11 bytes into a region of size between 8 and 15 [-Wformat-overflow=] 77 | sprintf(th->date, "%04d:%02d:%02d %02d:%02d:%02d", t->tm_year + 1900, | ^~~~ /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/../src/write/file_write.cpp:77:21: note: directive argument in the range [-2147483647, 2147483647] 77 | sprintf(th->date, "%04d:%02d:%02d %02d:%02d:%02d", t->tm_year + 1900, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/libraw/libraw.h:32, from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_defs.h:22, from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c922ef8c215c9ff722e3ff80fbb5d75cf281a5f4/source_subfolder/internal/dcraw_common.cpp:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 20 and 72 bytes into a destination of size 20 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/ld: /home/conan/w/cci_PR-3793/.conan/data/jasper/2.0.16/_/_/package/c0f14b099e9b359331abfa5be6f0d819983cea5b/lib/libjasper.a(jas_stream.c.o): in function `jas_stream_tmpfile': jas_stream.c:(.text+0xcb7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY