提交 97e84e38 编写于 作者: B Ben Laurie

Make it compile under -pedantic.

上级 316d5cdc
......@@ -205,7 +205,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
q=bn_div_3_words(wnump,d0,d1);
#else
#if !defined(NO_ASM)
#if !defined(NO_ASM) && !defined(PEDANTIC)
# if defined(__GNUC__) && __GNUC__>=2
# if defined(__i386)
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册