Selaa lähdekoodia

fix compiler warning when compiling with GMP_DESC

Steffen Jaeckel 11 vuotta sitten
vanhempi
commit
afaef3993c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/math/gmp_desc.c

+ 1 - 0
src/math/gmp_desc.c

@@ -430,6 +430,7 @@ static int montgomery_reduce(void *a, void *b, void *c)
 /* clean up */
 /* clean up */
 static void montgomery_deinit(void *a)
 static void montgomery_deinit(void *a)
 {
 {
+  LTC_UNUSED_PARAM(a);
 }
 }
 
 
 static int exptmod(void *a, void *b, void *c, void *d)
 static int exptmod(void *a, void *b, void *c, void *d)