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/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/drvrnet.c:1095:10: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] inmem.size); ^~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/drvrnet.c:1182:6: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] inmem.size); ^~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/drvrnet.c:1392:25: warning: '&&' within '||' [-Wlogical-op-parentheses] if (firstByte == 0x1f && secondByte == 0x8b || ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/drvrnet.c:1392:25: note: place parentheses around the '&&' expression to silence this warning if (firstByte == 0x1f && secondByte == 0x8b || ^ ( ) /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/drvrnet.c:1419:13: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] inmem.size); ^~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/drvrnet.c:1571:9: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] inmem.size); ^~~~~~~~~~ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/editcol.c:129:46: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] newsize = (newsize + pcount) * gcount * (abs(longbitpix) / 8); ^ /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/editcol.c:129:46: note: use function 'labs' instead newsize = (newsize + pcount) * gcount * (abs(longbitpix) / 8); ^~~ labs 5 warnings generated. 1 warning generated. eval.y:5022:16: warning: expression result unused [-Wunused-value] this->value.undef; /* Dummy - BITSTRs do not have undefs */ ~~~~~~~~~~~ ^~~~~ eval.y:5116:16: warning: expression result unused [-Wunused-value] this->value.undef; /* Dummy - BITSTRs do not have undefs */ ~~~~~~~~~~~ ^~~~~ 2 warnings generated. /home/conan/w/cci_PR-3554/.conan/data/cfitsio/3.490/_/_/build/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/grparser.c:825:28: warning: address of array 'ngph->tok[i].comment' will always evaluate to 'true' [-Wpointer-bool-conversion] if (ngph->tok[i].comment && *ngph->tok[i].comment) /* do not update with a blank comment */ ~~~~~~~~~~~~~^~~~~~~ ~~ 1 warning generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY