toom_interpolate_5pts.c:70:19: warning: expression result unused [-Wunused-value] ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3836/.conan/data/gmp/6.2.1/_/_/build/d9f7f37c486728fa40994d6b7f11ee531ff4e39f/source_subfolder/gmp-impl.h:1662:6: note: expanded from macro 'mpn_divexact_by3' (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3))) ~ ^ /home/conan/w/cci_PR-3836/.conan/data/gmp/6.2.1/_/_/build/d9f7f37c486728fa40994d6b7f11ee531ff4e39f/source_subfolder/gmp-impl.h:2459:33: note: expanded from macro 'ASSERT_NOCARRY' #define ASSERT_NOCARRY(expr) (expr) ^~~~ 1 warning generated. toom_interpolate_8pts.c:163:18: warning: expression result unused [-Wunused-value] ASSERT_NOCARRY(mpn_divexact_by3 (r5, r5, 3 * n + 1)); ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3836/.conan/data/gmp/6.2.1/_/_/build/d9f7f37c486728fa40994d6b7f11ee531ff4e39f/source_subfolder/gmp-impl.h:1662:6: note: expanded from macro 'mpn_divexact_by3' (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3))) ~ ^ /home/conan/w/cci_PR-3836/.conan/data/gmp/6.2.1/_/_/build/d9f7f37c486728fa40994d6b7f11ee531ff4e39f/source_subfolder/gmp-impl.h:2459:33: note: expanded from macro 'ASSERT_NOCARRY' #define ASSERT_NOCARRY(expr) (expr) ^~~~ 1 warning generated. In file included from /home/conan/w/cci_PR-3836/.conan/data/gmp/6.2.1/_/_/build/d9f7f37c486728fa40994d6b7f11ee531ff4e39f/source_subfolder/mpz/mul_ui.c:34: /home/conan/w/cci_PR-3836/.conan/data/gmp/6.2.1/_/_/build/d9f7f37c486728fa40994d6b7f11ee531ff4e39f/source_subfolder/mpz/mul_i.h:105:49: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] SIZ(prod) = ((sign_product < 0) ^ (small_mult < 0)) ? -size : size; ~~~~~~~~~~ ^ ~ 1 warning generated. /home/conan/w/cci_PR-3836/.conan/data/gmp/6.2.1/_/_/build/d9f7f37c486728fa40994d6b7f11ee531ff4e39f/source_subfolder/rand/rand.c:39:17: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs] va_start (ap, alg); ^ /home/conan/w/cci_PR-3836/.conan/data/gmp/6.2.1/_/_/build/d9f7f37c486728fa40994d6b7f11ee531ff4e39f/source_subfolder/rand/rand.c:36:53: note: parameter of type 'gmp_randalg_t' is declared here gmp_randinit (gmp_randstate_t rstate, gmp_randalg_t alg, ...) ^ 1 warning generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY