浏览代码

fix compiler warning when compiling with GMP_DESC

Steffen Jaeckel 11 年之前
父节点
当前提交
afaef3993c
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)