audk/CryptoPkg/Library
Qin Long f663ed8a32 CryptoPkg/BaseCryptLib: Fix Build Warning issue in PEI Module
The memory free operation is empty function in PEI. The compiler
optimization will bring the build warning in openssl/crypto/mem.c:
      warning C4718: 'CRYPTO_free': recursive call has no side
                     effects, deleting
This patch uses '/wd4718' to silence the build warning for PEI
module building.

Cc: Ting Ye <ting.ye@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
2017-03-30 16:00:51 +08:00
..
BaseCryptLib CryptoPkg/BaseCryptLib: Fix Build Warning issue in PEI Module 2017-03-30 16:00:51 +08:00
BaseCryptLibRuntimeCryptProtocol CryptoPkg: Fix typos in comments 2016-11-07 23:21:22 +08:00
IntrinsicLib CryptoPkg: Fix handling of &strcmp function pointers 2017-03-29 16:12:32 +08:00
OpensslLib CryptoPkg/OpensslLib: Add new OpenSSL-HOWTO document. 2017-03-29 16:10:58 +08:00
TlsLib CryptoPkg/TlsLib: Update TLS Wrapper to align with OpenSSL changes. 2017-03-29 16:19:55 +08:00