]> git.proxmox.com Git - mirror_edk2.git/commit
CryptoPkg: Add extra build option to disable VS build warning
authorQin Long <qin.long@intel.com>
Thu, 23 Mar 2017 12:26:45 +0000 (20:26 +0800)
committerQin Long <qin.long@intel.com>
Wed, 29 Mar 2017 08:15:19 +0000 (16:15 +0800)
commitec7ad9e10371a7fb500d8244402bb25d93c1a6db
treece803bd07b568746a4459ff68f4034f5d3f4b465
parentfc9fa685d689cad52046bc301fd1bdf7e9fd8843
CryptoPkg: Add extra build option to disable VS build warning

openssl/include/openssl/lhash.h will bring C4090 build warning
issue, which is one known issue for OpenSSL under Visual Studio
toolchain.
Refer to https://github.com/openssl/openssl/issues/2214 for more
discussions against this.
Use /wd4090 to silence this build warning until OpenSSL fix this.

Cc: Ting Ye <ting.ye@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Gary Lin <glin@suse.com>
Cc: Ronald Cron <ronald.cron@arm.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Ting Ye <ting.ye@intel.com>
CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
CryptoPkg/Library/TlsLib/TlsLib.inf