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/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrfile.c: In function ‘file_truncate’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrfile.c:465:5: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result] 465 | ftruncate(fdesc, (OFF_T) filesize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrmem.c: In function ‘mem_compress_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrmem.c:607:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 607 | fread(buffer, 1, 4L, diskfile); /* read 4 bytes */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrmem.c:652:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 652 | fread(buffer, 1, 4L, diskfile); /* read 4 bytes */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c: In function ‘https_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 1094 | snprintf(errStr,MAXLEN,"Content-Length not a multiple of 2880 (https_open) %u", | ~^ | | | unsigned int | %lu 1095 | inmem.size); | ~~~~~~~~~~ | | | size_t {aka long unsigned int} /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c: In function ‘https_file_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 1181 | "Content-Length not a multiple of 2880 (https_file_open) %d", | ~^ | | | int | %ld 1182 | inmem.size); | ~~~~~~~~~~ | | | size_t {aka long unsigned int} /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c: In function ‘ftps_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 1418 | snprintf(errStr,MAXLEN,"Content-Length not a multiple of 2880 (ftps_open) %u", | ~^ | | | unsigned int | %lu 1419 | inmem.size); | ~~~~~~~~~~ | | | size_t {aka long unsigned int} /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c: In function ‘ftps_file_open’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 1570 | "Content-Length not a multiple of 2880 (ftps_file_open) %d", | ~^ | | | int | %ld 1571 | inmem.size); | ~~~~~~~~~~ | | | size_t {aka long unsigned int} /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c: In function ‘root_openfile’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:4213:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 4213 | fgets(recbuf,MAXLEN,stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:4246:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 4246 | fgets(recbuf,MAXLEN,stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c: In function ‘ftp_status’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3845 | snprintf(errorstr,SHORTLEN,"ERROR ftp_status wants %s but got unexpected %s", statusstr, recbuf); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 44 or more bytes (assuming 1243) into a destination of size 100 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3838 | snprintf(errorstr,SHORTLEN,"ERROR ftp_status wants %s but got %s", statusstr, recbuf); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 33 or more bytes (assuming 1232) into a destination of size 100 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c: In function ‘http_open_network’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 835 | snprintf(tmpstr,MAXLEN,"GET %s HTTP/1.0\r\n",fn); | ^~ ~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 16 and 1215 bytes into a destination of size 1200 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 833 | snprintf(tmpstr,MAXLEN,"GET http://%s:%-d%s HTTP/1.0\r\n",host,port,fn); | ^~ ~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 25 and 1333 bytes into a destination of size 1200 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 840 | snprintf(tmpstr1, SHORTLEN,"Authorization: Basic %s\r\n", tmpstr2); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 24 and 1223 bytes into a destination of size 100 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 866 | snprintf(tmpstr1,SHORTLEN,"Host: %s:%-d\r\n\r\n",host,port); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 13 and 122 bytes into a destination of size 100 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 881 | snprintf (errorstr,MAXLEN,"http header short (http_open_network) %s",recbuf); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 39 and 1238 bytes into a destination of size 1200 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/cfileio.c: In function ‘ffomem’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 339 | " extension with EXTNAME = %s,", extname); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/cfileio.c:13: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 28 and 98 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c: In function ‘ftp_file_exist’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2968 | snprintf(tmpstr,MAXLEN,"CWD %s\r\n",fn); | ^~ ~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 7 and 1206 bytes into a destination of size 1200 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2966 | snprintf(tmpstr,MAXLEN,"CWD %s\r\n",&fn[1]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 7 and 1206 bytes into a destination of size 1200 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:3098:34: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 1195 [-Wformat-truncation=] 3098 | snprintf(tmpstr,MAXLEN,"RETR %s\r\n",newfn); | ^~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 1207 bytes into a destination of size 1200 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c: In function ‘ftp_open_network’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2674 | snprintf(tmpstr,MAXLEN,"CWD %s\r\n",fn); | ^~ ~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 7 and 1206 bytes into a destination of size 1200 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2672 | snprintf(tmpstr,MAXLEN,"CWD %s\r\n",&fn[1]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 7 and 1206 bytes into a destination of size 1200 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:2804:34: warning: ‘%s’ directive output may be truncated writing up to 1199 bytes into a region of size 1195 [-Wformat-truncation=] 2804 | snprintf(tmpstr,MAXLEN,"RETR %s\r\n",newfn); | ^~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/drvrnet.c:170: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 1207 bytes into a destination of size 1200 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/editcol.c:8: In function ‘strncpy’, inlined from ‘ffkshf’ at /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/editcol.c:2809:19: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/editcol.c: In function ‘ffkshf’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/editcol.c:2808:24: note: length computed here 2808 | i1 = strlen(newkey); | ^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/cfileio.c: In function ‘ffopen’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 971 | " extension with EXTNAME = %s,", extname); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/cfileio.c:13: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 28 and 98 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c: In function ‘ffbinit.part.0’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 5093 | snprintf(message,FLEN_ERRMSG,"Required %s keyword not found (ffbinit).", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 39 and 113 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c: In function ‘ffainit.part.0’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 4896 | snprintf(message,FLEN_ERRMSG,"Value of %s keyword out of range: %ld (ffainit).", | ^~ 4897 | name, (long) tbcoln); | ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 45 and 138 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 4887 | snprintf(message,FLEN_ERRMSG,"Required %s keyword not found (ffainit).", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 39 and 113 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 4879 | snprintf(message,FLEN_ERRMSG,"Required %s keyword not found (ffainit).", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 39 and 113 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c: In function ‘fftheap’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:6040:75: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=] 6040 | "Descriptor in row %ld, column %d has invalid heap address", | ^ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 55 and 82 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c: In function ‘ffcmph’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 6178 | "Failed to extend the size of the variable length heap by %ld blocks.", | ^~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 67 and 83 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c: In function ‘ffgcprll’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 5916 | "Failed to extend the size of the variable length heap by %ld blocks.", | ^~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 67 and 83 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:5718:76: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=] 5718 | "First element to write is too large: %ld; max allowed value is %ld", | ^ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 63 and 101 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c: In function ‘ffgtkn.part.0’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3257 | " found keyword %s with value %s", keyname, valuestring); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 28 and 172 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c: In function ‘ffgtknjj.part.0’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3311 | " found keyword %s with value %s", keyname, valuestring); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 28 and 172 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c: In function ‘fftkyn.part.0’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3359 | " found keyword %s with value %s", keyname, valuestring); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 28 and 172 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/group.c: In function ‘ffgmop’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2290 | "Cannot open member HDU file with URI type %s (ffgmop)", | ^~ 2291 | uri); | ~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/group.c:17: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 52 and 122 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c: In function ‘ffgphd.part.0’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2854 | "First keyword of the extension is not XTENSION: %s", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2846 | "This is not an IMAGE extension: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 33 and 103 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2820 | "First keyword of the file is not SIMPLE: %s", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 42 and 116 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2929 | "Illegal value for BITPIX keyword: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 35 and 105 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2920 | "Value of BITPIX keyword is not an integer: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 44 and 114 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2912 | "Second keyword of the extension is not BITPIX: %s", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 48 and 122 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3020 | "Name of keyword no. %d contains illegal character(s): %s", | ^~ 3021 | nextkey, name); | ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 54 and 137 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3117 | "Error reading EXTEND keyword value as a logical: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 50 and 120 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3100 | "Error reading GCOUNT keyword value as an integer: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 51 and 121 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3087 | "Error reading PCOUNT keyword value as an integer: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 51 and 121 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3074 | "Error reading BLANK keyword value as an integer: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 50 and 120 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3057 | "Error reading BZERO keyword value as a double: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 48 and 118 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 3040 | "Error reading BSCALE keyword value as a double: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 49 and 119 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c: In function ‘ffghtb’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2281 | "First keyword of the extension is not XTENSION: %s", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2272 | "This is not a TABLE extension: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 32 and 102 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c: In function ‘ffghtbll’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2424 | "First keyword of the extension is not XTENSION: %s", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2415 | "This is not a TABLE extension: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 32 and 102 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c: In function ‘ffghbn’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2569 | "First keyword of the extension is not XTENSION: %s", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2560 | "This is not a BINTABLE extension: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 35 and 105 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c: In function ‘ffghbnll’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2692 | "First keyword of the extension is not XTENSION: %s", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 49 and 123 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/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=] 2683 | "This is not a BINTABLE extension: %s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/getkey.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 35 and 105 bytes into a destination of size 81 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c:51: In function ‘strncpy’, inlined from ‘hputs’ at /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c:1875:5, inlined from ‘iraftofits’ at /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c:746:5: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c: In function ‘iraftofits’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c:1869:13: note: length computed here 1869 | lcval = strlen (cval); | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c:51: In function ‘strncpy’, inlined from ‘hputs’ at /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c:1875:5, inlined from ‘iraftofits’ at /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c:771:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c: In function ‘iraftofits’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/iraffits.c:1869:13: note: length computed here 1869 | lcval = strlen (cval); | ^~~~~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/region.c: In function ‘fits_read_ascii_region’: /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/e200f2209f2fb6b632761dadcb42f85517bd4107/source_subfolder/region.c:119:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 119 | fgets( currLine+lineLen, allocLen+1, rgnFile ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY