提交 f92e687e 编写于 作者: R Ralf S. Engelschall

Fix unused variable warning of GCC

上级 305f402e
...@@ -175,7 +175,10 @@ BIGNUM *r; ...@@ -175,7 +175,10 @@ BIGNUM *r;
BIGNUM *a; BIGNUM *a;
BIGNUM *b; BIGNUM *b;
{ {
int max,min,ret=1; int max,min;
#if 0
int ret=1;
#endif
register BN_ULONG t1,t2,*ap,*bp,*rp; register BN_ULONG t1,t2,*ap,*bp,*rp;
int i,carry; int i,carry;
#if defined(IRIX_CC_BUG) && !defined(LINT) #if defined(IRIX_CC_BUG) && !defined(LINT)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册