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/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrfile.c: In function ‘file_truncate’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrmem.c: In function ‘mem_compress_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c: In function ‘https_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c: In function ‘https_file_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c: In function ‘ftps_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c: In function ‘ftps_file_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c: In function ‘root_openfile’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c: In function ‘ftp_status’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:3845:78: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 57 [-Wformat-truncation=] snprintf(errorstr,SHORTLEN,"ERROR ftp_status wants %s but got unexpected %s", statusstr, recbuf); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output 44 or more bytes (assuming 1243) into a destination of size 100 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:3838:69: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 68 [-Wformat-truncation=] snprintf(errorstr,SHORTLEN,"ERROR ftp_status wants %s but got %s", statusstr, recbuf); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output 33 or more bytes (assuming 1232) into a destination of size 100 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c: In function ‘http_open_network’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:835:33: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 1196 [-Wformat-truncation=] snprintf(tmpstr,MAXLEN,"GET %s HTTP/1.0\r\n",fn); ^~ ~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 16 and 1215 bytes into a destination of size 1200 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:833:46: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size between 1078 and 1187 [-Wformat-truncation=] snprintf(tmpstr,MAXLEN,"GET http://%s:%-d%s HTTP/1.0\r\n",host,port,fn); ^~ ~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 25 and 1333 bytes into a destination of size 1200 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:840:54: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 79 [-Wformat-truncation=] snprintf(tmpstr1, SHORTLEN,"Authorization: Basic %s\r\n", tmpstr2); ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 24 and 1223 bytes into a destination of size 100 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:866:36: warning: ‘%s’ directive output may be truncated writing up to 99 bytes into a region of size 94 [-Wformat-truncation=] snprintf(tmpstr1,SHORTLEN,"Host: %s:%-d\r\n\r\n",host,port); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 13 and 122 bytes into a destination of size 100 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:881:70: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 1162 [-Wformat-truncation=] snprintf (errorstr,MAXLEN,"http header short (http_open_network) %s",recbuf); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 39 and 1238 bytes into a destination of size 1200 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c: In function ‘ftp_file_exist’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:2968:30: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 1196 [-Wformat-truncation=] snprintf(tmpstr,MAXLEN,"CWD %s\r\n",fn); ^~ ~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 7 and 1206 bytes into a destination of size 1200 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:2966:30: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 1196 [-Wformat-truncation=] snprintf(tmpstr,MAXLEN,"CWD %s\r\n",&fn[1]); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 7 and 1206 bytes into a destination of size 1200 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c: In function ‘ftp_open_network’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:2674:30: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 1196 [-Wformat-truncation=] snprintf(tmpstr,MAXLEN,"CWD %s\r\n",fn); ^~ ~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 7 and 1206 bytes into a destination of size 1200 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:2672:30: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 1196 [-Wformat-truncation=] snprintf(tmpstr,MAXLEN,"CWD %s\r\n",&fn[1]); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 7 and 1206 bytes into a destination of size 1200 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c: In function ‘ffomem’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c:339:38: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 55 [-Wformat-truncation=] " extension with EXTNAME = %s,", extname); ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c:13: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 28 and 98 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c: In function ‘ffopen’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c:971:38: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 55 [-Wformat-truncation=] " extension with EXTNAME = %s,", extname); ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c:13: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 28 and 98 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘ffbinit.part.25’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:5093:52: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 72 [-Wformat-truncation=] snprintf(message,FLEN_ERRMSG,"Required %s keyword not found (ffbinit).", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 39 and 113 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘ffainit.part.16’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:4896:52: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 72 [-Wformat-truncation=] snprintf(message,FLEN_ERRMSG,"Value of %s keyword out of range: %ld (ffainit).", ^~ name, (long) tbcoln); ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 45 and 138 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:4887:52: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 72 [-Wformat-truncation=] snprintf(message,FLEN_ERRMSG,"Required %s keyword not found (ffainit).", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 39 and 113 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:4879:52: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 72 [-Wformat-truncation=] snprintf(message,FLEN_ERRMSG,"Required %s keyword not found (ffainit).", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 39 and 113 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘fftheap’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:6040:75: 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, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘ffcmph’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:6178:69: 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, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘ffgcprll’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:5916:69: 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, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:5718:76: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=] "First element to write is too large: %ld; max allowed value is %ld", ^ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 63 and 101 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffgtkn.part.20’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3257:31: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 66 [-Wformat-truncation=] " found keyword %s with value %s", keyname, valuestring); ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 28 and 172 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffgtknjj.part.21’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3311:31: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 66 [-Wformat-truncation=] " found keyword %s with value %s", keyname, valuestring); ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 28 and 172 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘fftkyn.part.23’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3359:27: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 66 [-Wformat-truncation=] " found keyword %s with value %s", keyname, valuestring); ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 28 and 172 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffgphd.part.22’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2854:62: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 33 [-Wformat-truncation=] "First keyword of the extension is not XTENSION: %s", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2846:53: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 49 [-Wformat-truncation=] "This is not an IMAGE extension: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 33 and 103 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2820:62: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 40 [-Wformat-truncation=] "First keyword of the file is not SIMPLE: %s", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 42 and 116 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2929:48: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 47 [-Wformat-truncation=] "Illegal value for BITPIX keyword: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 35 and 105 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2920:57: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 38 [-Wformat-truncation=] "Value of BITPIX keyword is not an integer: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 44 and 114 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2912:61: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 34 [-Wformat-truncation=] "Second keyword of the extension is not BITPIX: %s", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 48 and 122 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3020:70: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size between 19 and 28 [-Wformat-truncation=] "Name of keyword no. %d contains illegal character(s): %s", ^~ nextkey, name); ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 54 and 137 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3117:67: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 32 [-Wformat-truncation=] "Error reading EXTEND keyword value as a logical: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 50 and 120 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3100:68: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 31 [-Wformat-truncation=] "Error reading GCOUNT keyword value as an integer: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 51 and 121 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3087:68: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 31 [-Wformat-truncation=] "Error reading PCOUNT keyword value as an integer: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 51 and 121 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3074:67: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 32 [-Wformat-truncation=] "Error reading BLANK keyword value as an integer: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 50 and 120 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3057:65: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 34 [-Wformat-truncation=] "Error reading BZERO keyword value as a double: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 48 and 118 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:3040:66: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 33 [-Wformat-truncation=] "Error reading BSCALE keyword value as a double: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 49 and 119 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffghtb’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2281:58: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 33 [-Wformat-truncation=] "First keyword of the extension is not XTENSION: %s", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2272:49: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 50 [-Wformat-truncation=] "This is not a TABLE extension: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 32 and 102 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffghtbll’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2424:58: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 33 [-Wformat-truncation=] "First keyword of the extension is not XTENSION: %s", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2415:49: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 50 [-Wformat-truncation=] "This is not a TABLE extension: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 32 and 102 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffghbn’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2569:58: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 33 [-Wformat-truncation=] "First keyword of the extension is not XTENSION: %s", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2560:52: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 47 [-Wformat-truncation=] "This is not a BINTABLE extension: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 35 and 105 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffghbnll’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2692:58: warning: ‘%s’ directive output may be truncated writing up to 74 bytes into a region of size 33 [-Wformat-truncation=] "First keyword of the extension is not XTENSION: %s", name); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:2683:52: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 47 [-Wformat-truncation=] "This is not a BINTABLE extension: %s", value); ^~ ~~~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 35 and 105 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/group.c: In function ‘ffgmop’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/group.c:2290:48: warning: ‘%s’ directive output may be truncated writing up to 70 bytes into a region of size 39 [-Wformat-truncation=] "Cannot open member HDU file with URI type %s (ffgmop)", ^~ uri); ~~~ In file included from /usr/include/stdio.h:862, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/group.c:17: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 52 and 122 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.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/region.c: In function ‘fits_read_ascii_region’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/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