From d658106732ac795c894d4d8bd3fbf8b2ed45a738 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 19 Apr 2022 07:48:24 -0700 Subject: [PATCH] autoupdate --- lib/mini-gmp.c | 1 + 1 file changed, 1 insertion(+) 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 { \ -- 2.39.5