diff options
author | Long Qin <qin.long@intel.com> | 2018-01-12 11:14:18 +0800 |
---|---|---|
committer | Long Qin <qin.long@intel.com> | 2018-01-15 14:24:27 +0800 |
commit | 228e4f47066307a593c16ad2f611f4219bdb5f28 (patch) | |
tree | 6f76cad2ac3f5b197ac14862f4386535b1b880ac /BaseTools/Source/Python/GenFds/Ffs.py | |
parent | e73fbac5d7f7c4ecb803991839c054a682f991d4 (diff) | |
download | edk2-228e4f47066307a593c16ad2f611f4219bdb5f28.tar.gz edk2-228e4f47066307a593c16ad2f611f4219bdb5f28.tar.bz2 edk2-228e4f47066307a593c16ad2f611f4219bdb5f28.zip |
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>
Diffstat (limited to 'BaseTools/Source/Python/GenFds/Ffs.py')
0 files changed, 0 insertions, 0 deletions