Browse Source

fix compiler warning when compiling with GMP_DESC

Steffen Jaeckel 11 năm trước cách đây
mục cha
commit
afaef3993c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 */
 static void montgomery_deinit(void *a)
 {
+  LTC_UNUSED_PARAM(a);
 }
 
 static int exptmod(void *a, void *b, void *c, void *d)