Re: [edk2] [PATCH] CryptoPkg/OpensslLib AARCH64: disable rather than demote format warning

2017-12-27 Thread Ard Biesheuvel
On 27 December 2017 at 09:59, Long, Qin wrote: > This makes sense to me. > Reviewed-by: Long Qin > Thanks. Pushed as c24d664dca26 > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Wednesday, December 27, 2017 5:27 PM > To: edk2-devel@lists.01.org; Lo

Re: [edk2] [PATCH] CryptoPkg/OpensslLib AARCH64: disable rather than demote format warning

2017-12-27 Thread Long, Qin
This makes sense to me. Reviewed-by: Long Qin Best Regards & Thanks, LONG, Qin -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Wednesday, December 27, 2017 5:27 PM To: edk2-devel@lists.01.org; Long, Qin ; Ye, Ting Cc: Ard Biesheuvel Subject: [PATCH]

[edk2] [PATCH] CryptoPkg/OpensslLib AARCH64: disable rather than demote format warning

2017-12-27 Thread Ard Biesheuvel
We recently added -Wno-error=format to the OpenSslLib build script to work around an issue in the upstream OpenSSL code. This does not inhibit the warning, but prevents it from breaking the build by not treating it as a fatal error. Unfortunately, this interacts poorly with the -Wno-unused-const-v