toom_interpolate_5pts.c:71:19: warning: expression result unused [-Wunused-value] ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3920/.conan/data/gmp/6.1.2/_/_/build/6829d36635dee3c39ce5111387d95d7c1bc80098/source_subfolder/gmp-impl.h:1621: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-3920/.conan/data/gmp/6.1.2/_/_/build/6829d36635dee3c39ce5111387d95d7c1bc80098/source_subfolder/gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY' #define ASSERT_NOCARRY(expr) (expr) ^~~~ 1 warning generated. toom_interpolate_8pts.c:164:18: warning: expression result unused [-Wunused-value] ASSERT_NOCARRY(mpn_divexact_by3 (r5, r5, 3 * n + 1)); ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3920/.conan/data/gmp/6.1.2/_/_/build/6829d36635dee3c39ce5111387d95d7c1bc80098/source_subfolder/gmp-impl.h:1621: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-3920/.conan/data/gmp/6.1.2/_/_/build/6829d36635dee3c39ce5111387d95d7c1bc80098/source_subfolder/gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY' #define ASSERT_NOCARRY(expr) (expr) ^~~~ 1 warning generated. libtool: warning: relinking 'libgmpxx.la' CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY