../source_subfolder/src/vasprintf.c:1920:3: warning: result of comparison of constant 9223372036854775807 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare] INCR_TOTAL (np->ip_trailing_digits); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/vasprintf.c:1910:28: note: expanded from macro 'INCR_TOTAL' if (MPFR_UNLIKELY ((v) > MPFR_INTMAX_MAX)) \ ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/mpfr-impl.h:1485:48: note: expanded from macro 'MPFR_UNLIKELY' # define MPFR_UNLIKELY(x) (__builtin_expect(!!(x), 0)) ^ 1 warning generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY