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.480/_/_/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-3536/.conan/data/cfitsio/3.480/_/_/build/add08b50d6fca079267c8a2b5a82cddbb2669208/source_subfolder/editcol.c:129:46: note: use function 'labs' instead newsize = (newsize + pcount) * gcount * (abs(longbitpix) / 8); ^~~ labs 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-3536/.conan/data/cfitsio/3.480/_/_/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