From: Ben Laurie Date: Tue, 3 Aug 1999 10:18:27 +0000 (+0000) Subject: Make it compile under -pedantic. X-Git-Tag: OpenSSL_0_9_4~32 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=97e84e38dfee17d5826f5e21687f1e49252e04b3;hp=316d5cdc85753603a1aad514fd1714c22aff7f13 Make it compile under -pedantic. --- diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index e4253f6095..150dd289a5 100644 --- a/crypto/bn/bn_div.c +++ b/crypto/bn/bn_div.c @@ -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) /*