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.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/source_subfolder/drvrnet.c: In function ‘https_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/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.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/source_subfolder/drvrnet.c: In function ‘https_file_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/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.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/source_subfolder/drvrnet.c: In function ‘ftps_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/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.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/source_subfolder/drvrnet.c: In function ‘ftps_file_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/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.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/source_subfolder/putcol.c: In function ‘ffiter’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/source_subfolder/putcol.c:1209:23: warning: ‘' not found for column number ’ directive output may be truncated writing 30 bytes into a region of size between 4 and 73 [-Wformat-truncation=] "Column '%s' not found for column number %d (ffiter)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/source_subfolder/putcol.c:1208:21: note: ‘snprintf’ output between 50 and 129 bytes into a destination of size 81 snprintf(message,FLEN_ERRMSG, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Column '%s' not found for column number %d (ffiter)", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cols[jj].colname, jj + 1); ~~~~~~~~~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY