audk/CryptoPkg/Library/OpensslLib
Ard Biesheuvel 08ba82934e CryptoPkg/OpensslLib AARCH64: suppress format string warning
On GCC Build: openssl-1.1.0g introduced one additional build warning:
 ...\openssl\crypto\asn1\x_int64.c:105:32: error: format '%ld' expects
     argument of type 'long int', but argument 3 has type 'int64_t
     {aka long long int}' [-Werror=format=]
 return BIO_printf(out, "%"BIO_PRI64"d\n", **(int64_t **)pval);
                             ^
Add "-Wno-error=format" to GCC build flags to suppress this warning,
since we have no real printf usage in BaseCryptLib, and BIO_printf()
was already wrapped as a dummy implementation in CryptoPkg.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Long Qin <qin.long@intel.com>
2017-12-27 08:54:06 +00: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 AARCH64: suppress format string warning 2017-12-27 08:54:06 +00:00
OpensslLib.uni CryptoPkg: Convert all .uni files to utf-8 2015-12-15 04:51:26 +00:00
OpensslLibCrypto.inf CryptoPkg/OpensslLib AARCH64: suppress format string warning 2017-12-27 08:54:06 +00: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