audk/CryptoPkg/Library/OpensslLib
Long Qin 228e4f4706 CryptoPkg/OpensslLib: Suppress format warning with extra flag.
Under a certain [outdated] GCC482 compiler, the new-added "-Wno-format"
flag will not take effect, and break the x86_64 build.
This is one known issue in some Ubuntu/GCC-4.8.2 environment, which will
overwrite "-Wno-format" with some default setting.  see more information
and discussion from:
  https://gcc.gnu.org/ml/gcc-help/2014-03/msg00003.html
  https://wiki.ubuntu.com/ToolChain/CompilerFlags
This patch adds one extra "-Wno-error=format" for gcc x86_64 builds to
suppress this warning.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Long Qin <qin.long@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-01-15 14:24:27 +08:00
..
OpenSSL-HOWTO.txt CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0g 2017-12-27 02:18:08 +08:00
OpensslLib.inf CryptoPkg/OpensslLib: Suppress format warning with extra flag. 2018-01-15 14:24:27 +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 format warning with extra flag. 2018-01-15 14:24:27 +08:00
OpensslLibCrypto.uni CryptoPkg/OpensslLib: introduce OpensslLibCrypto instance 2017-02-25 14:55:55 +01:00
buildinf.h CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0g 2017-12-27 02:18:08 +08:00
process_files.pl CryptoPkg: Move openssl and CRT headers to private include section 2017-04-07 00:22:07 +08:00