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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrfile.c: In function ‘file_truncate’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/drvrmem.c: In function ‘mem_compress_open’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c: In function ‘ffomem’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c:337: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c: In function ‘ffopen’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/cfileio.c:962: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘ffbinit.part.25’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:5061: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘ffainit.part.16’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:4864: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:4855: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:4847: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘fftheap’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:6008: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘ffcmph’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:6146: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c: In function ‘ffgcprll’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:5884: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitscore.c:5686: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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffgtkn.part.20’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffgtknjj.part.21’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘fftkyn.part.23’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffgphd.part.22’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/group.c: In function ‘ffgmop’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffghtb’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffghtbll’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffghbn’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/getkey.c: In function ‘ffghbnll’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio.h:61, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/fitsio2.h:4, from /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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-3536/.conan/data/cfitsio/3.470/_/_/build/8de045835f655eac46a5ad3b4eadbcf79dcebafd/source_subfolder/region.c: In function ‘fits_read_ascii_region’: /home/conan/w/cci_PR-3536/.conan/data/cfitsio/3.470/_/_/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