+#if defined(OPENSSL_SYS_WINCE) && defined(_MIPS_)
+#pragma warning(push)
+#pragma warning(disable:4959)
+#endif

It appears that warning numbers may vary among compiler releases... Therefore it would be appropriate not only add defined(_MSC_VER), but even _MSC_VER==xxxx:-( To tell _MSC_VER value create a .c file with single line of _MSC_VER and $(CC) -E it. Thanks in advance. A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to