Pedantic polish to WCE-specific #if clause in ectest.c
This commit is contained in:
parent
5147c3c914
commit
ff82bf3b07
@ -95,7 +95,7 @@ int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); retur
|
|||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
|
|
||||||
#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 */
|
/* suppress "too big too optimize" warning */
|
||||||
#pragma warning(disable:4959)
|
#pragma warning(disable:4959)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user