From: Karl Berry Date: Tue, 19 Apr 2022 14:48:24 +0000 (-0700) Subject: autoupdate X-Git-Tag: v1.0~2316 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d658106732ac795c894d4d8bd3fbf8b2ed45a738;p=gnulib.git autoupdate --- diff --git a/lib/mini-gmp.c b/lib/mini-gmp.c index 2b1ddee079..95f067f82d 100644 --- a/lib/mini-gmp.c +++ b/lib/mini-gmp.c @@ -90,6 +90,7 @@ see https://www.gnu.org/licenses/. */ #define gmp_assert_nocarry(x) do { \ mp_limb_t __cy = (x); \ assert (__cy == 0); \ + (void) (__cy); \ } while (0) #define gmp_clz(count, x) do { \