]> git.proxmox.com Git - mirror_edk2.git/commit
CryptoPkg/BaseCryptLib: Fix Build Warning issue in PEI Module
authorQin Long <qin.long@intel.com>
Thu, 30 Mar 2017 07:53:21 +0000 (15:53 +0800)
committerQin Long <qin.long@intel.com>
Thu, 30 Mar 2017 08:00:51 +0000 (16:00 +0800)
commitf663ed8a328a6d5007d3f03685f08cfceb506105
treebfda5359df1ef152dc1e919a846ea11ed5722a0a
parentd3017dd96bf96521cbb87a26bb9dd09f8aa5811d
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>
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf