From 68737efa1664ad35ba2db1480c1eefa76c7f1ec8 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