diff options
author | Xiaoyu Lu <xiaoyux.lu@intel.com> | 2019-06-03 17:52:38 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-06-04 08:10:14 +0800 |
commit | 466c66341a996fd05f5aae7f084fb344d89fd60f (patch) | |
tree | fb89e3943a6e35f333a2b8282ba9ecfca4a619f3 /BaseTools/Source/Python/Table | |
parent | 49edde15230a5bfd6746225eb95535eaa2ec1ba4 (diff) | |
download | edk2-466c66341a996fd05f5aae7f084fb344d89fd60f.tar.gz edk2-466c66341a996fd05f5aae7f084fb344d89fd60f.tar.bz2 edk2-466c66341a996fd05f5aae7f084fb344d89fd60f.zip |
CryptoPkg: Fix build problem with XCODE
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1089
When building CryptoPkg with XCODE, blow error may result
* usr/lib/clang/9.0.0/include/stdatomic.h:105:17:
error: unknown type name 'wchar_t'
Since the C native atomics are C11 feature we can explicitly
use C99 to work around it.
add -std=c99 to avoid it
* openssl/crypto/conf/conf_sap.c:71:12: error: variable 'ret' is
uninitialized
when used here [-Werror,-Wuninitialized]
Suppress warnings in OpenSSL so we don't break the build with -Werror.
add -Wno-error=uninitialized to disalbe this warning
Cc: Jian Wang <jian.j.wang@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Signed-off-by: Xiaoyu Lu <xiaoyux.lu@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Table')
0 files changed, 0 insertions, 0 deletions