audk/CryptoPkg/Library/OpensslLib
Qin Long 81bec7aa52 CryptoPkg/OpensslLib: Suppress extra build warnings in openssl source
(Need further follow-ups as described in
    https://bugzilla.tianocore.org/show_bug.cgi?id=455)

This patch added some extra build options to suppress possible warnings
when building openssl source under GCC48 and VS2010. Including:

Adding "-Wno-error=maybe-uninitialized" to suppress the following GCC48
build warning:
  OpensslLib/openssl/ssl/statem/statem_clnt.c:2543:9: error: "len" may
     be used uninitialized in this function [-Werror=maybe-uninitialized]
       len += pskhdrlen;
           ^

And adding "/wd4306" to suppress the following VS2010 build warning:
  openssl\crypto\asn1\tasn_dec.c(795) : warning C4306: 'type cast' :
               conversion from 'int' to 'ASN1_VALUE *' of greater size

Cc: Ting Ye <ting.ye@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2017-04-07 00:24:16 +08:00
..
OpenSSL-HOWTO.txt CryptoPkg/OpensslLib: Add new OpenSSL-HOWTO document. 2017-03-29 16:10:58 +08:00
OpensslLib.inf CryptoPkg/OpensslLib: Suppress extra build warnings in openssl source 2017-04-07 00:24:16 +08:00
OpensslLib.uni CryptoPkg: Convert all .uni files to utf-8 2015-12-15 04:51:26 +00:00
OpensslLibCrypto.inf CryptoPkg/OpensslLib: Suppress extra build warnings in openssl source 2017-04-07 00:24:16 +08:00
OpensslLibCrypto.uni CryptoPkg/OpensslLib: introduce OpensslLibCrypto instance 2017-02-25 14:55:55 +01:00
buildinf.h CryptoPkg/OpensslLib: Add new OpenSSL-HOWTO document. 2017-03-29 16:10:58 +08:00
process_files.pl CryptoPkg: Move openssl and CRT headers to private include section 2017-04-07 00:22:07 +08:00