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-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrfile.c: In function ‘file_truncate’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrfile.c:465:5: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result] ftruncate(fdesc, (OFF_T) filesize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrmem.c: In function ‘mem_compress_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrmem.c:607:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 1, 4L, diskfile); /* read 4 bytes */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrmem.c:652:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 1, 4L, diskfile); /* read 4 bytes */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c: In function ‘https_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c:1094:82: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] snprintf(errStr,MAXLEN,"Content-Length not a multiple of 2880 (https_open) %u", ~^ %lu inmem.size); ~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c: In function ‘https_file_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c:1181:64: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] "Content-Length not a multiple of 2880 (https_file_open) %d", ~^ %ld inmem.size); ~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c: In function ‘curlProgressCallback’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c:1261:13: warning: format not a string literal and no format arguments [-Wformat-security] fprintf(stderr,urlname); ^~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c: In function ‘ftps_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c:1418:84: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] snprintf(errStr,MAXLEN,"Content-Length not a multiple of 2880 (ftps_open) %u", ~^ %lu inmem.size); ~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c: In function ‘ftps_file_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c:1570:66: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] "Content-Length not a multiple of 2880 (ftps_file_open) %d", ~^ %ld inmem.size); ~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c: In function ‘root_openfile’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c:4213:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(recbuf,MAXLEN,stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/drvrnet.c:4246:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(recbuf,MAXLEN,stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitscore.c: In function ‘fftheap’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitscore.c:6039:17: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=] "Descriptor in row %ld, column %d has invalid heap address", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862:0, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 55 and 82 bytes into a destination of size 81 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitscore.c: In function ‘ffcmph’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitscore.c:6177:8: warning: ‘ blocks.’ directive output may be truncated writing 8 bytes into a region of size between 7 and 23 [-Wformat-truncation=] "Failed to extend the size of the variable length heap by %ld blocks.", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862:0, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 67 and 83 bytes into a destination of size 81 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitscore.c: In function ‘ffgcprll’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitscore.c:5915:8: warning: ‘ blocks.’ directive output may be truncated writing 8 bytes into a region of size between 7 and 23 [-Wformat-truncation=] "Failed to extend the size of the variable length heap by %ld blocks.", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862:0, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 67 and 83 bytes into a destination of size 81 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/region.c: In function ‘fits_read_ascii_region’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.480/_/_/build/b781af3f476d0aa5070a0a35b544db7a3c193cc8/source_subfolder/region.c:119:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets( currLine+lineLen, allocLen+1, rgnFile ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY