]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/Library/OpensslLib/OpensslLib.inf
CryptoPkg/OpensslLib: ignore uninitialized warning
authorHeyi Guo <heyi.guo@linaro.org>
Thu, 18 Jan 2018 08:22:14 +0000 (16:22 +0800)
committerLong Qin <qin.long@intel.com>
Thu, 18 Jan 2018 08:22:14 +0000 (16:22 +0800)
commit1dbd423fbb454152b787efbff1b5a98e104b31c7
treef185d4275c06d457b8de3f6a6b0d46ad769552f1
parentc45f4c5e759cadb5a95a04cdcc42d09bc83177ca
CryptoPkg/OpensslLib: ignore uninitialized warning

We also got maybe-uninitialized warning when building OpensslLib.inf
with GCC48 for ARM and AARCH64, so add -Wno-error=maybe-uninitialized
build option just as other platforms.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
Cc: Qin Long <qin.long@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Qin Long <qin.long@intel.com>
CryptoPkg/Library/OpensslLib/OpensslLib.inf
CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf