diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-01-19 16:19:30 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-01-22 11:17:04 +0000 |
commit | faf0475b1376bde30c6c5d7fa6f02dfe22801f27 (patch) | |
tree | c5c6579475a7eea282adf1f4bf7e5585971eb7ce /BaseTools/Source/Python/Workspace/DscBuildData.py | |
parent | 6250a1206ea77308f13276e1407427e00de02983 (diff) | |
download | edk2-faf0475b1376bde30c6c5d7fa6f02dfe22801f27.tar.gz edk2-faf0475b1376bde30c6c5d7fa6f02dfe22801f27.tar.bz2 edk2-faf0475b1376bde30c6c5d7fa6f02dfe22801f27.zip |
BaseTools/tools_def CLANG3x: ignore unknown warning options
Ironically, disabling warnings in the OpensslLib library build is
causing breakage when using the CLANG35 toolchain to build for ARM:
error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option]
So let's add -Wno-unknown-warning-option to the list of warnings to
ignore when using Clang 3.5, and move the same option from the x86
specific list to the shared list for Clang 3.8.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/DscBuildData.py')
0 files changed, 0 insertions, 0 deletions