From ff82bf3b07a809272ad8be0ee742efe219b13a92 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 11 Aug 2005 08:42:46 +0000 Subject: [PATCH] Pedantic polish to WCE-specific #if clause in ectest.c --- crypto/ec/ectest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ec/ectest.c b/crypto/ec/ectest.c index df506e1b47..57f7eccf5f 100644 --- a/crypto/ec/ectest.c +++ b/crypto/ec/ectest.c @@ -95,7 +95,7 @@ int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); retur #include #include -#if defined(_MSC_VER) && defined(_MIPS_) && _MSC_VER<1300 +#if defined(_MSC_VER) && defined(_MIPS_) && (_MSC_VER/100==12) /* suppress "too big too optimize" warning */ #pragma warning(disable:4959) #endif -- GitLab