diff options
author | Qin Long <qin.long@intel.com> | 2014-12-10 08:05:42 +0000 |
---|---|---|
committer | qlong <qlong@Edk2> | 2014-12-10 08:05:42 +0000 |
commit | b01fcf92ad7fb4ce2c9819b746c7bc5ad0586aa1 (patch) | |
tree | a435a3a37296654b40f25fcf2c340e00135d46e4 | |
parent | beaec44e6216ac196205e45e27316fe64df3def0 (diff) | |
download | edk2-b01fcf92ad7fb4ce2c9819b746c7bc5ad0586aa1.zip edk2-b01fcf92ad7fb4ce2c9819b746c7bc5ad0586aa1.tar.gz edk2-b01fcf92ad7fb4ce2c9819b746c7bc5ad0586aa1.tar.bz2 |
Update the build option to eliminate possible build warning for IPF platform.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16492 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf index 550afd9..05cfe11 100644 --- a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf @@ -93,5 +93,5 @@ [BuildOptions]
# suppress the following warnings so we do not break the build with warnings-as-errors:
# C4305: truncation from type1 to type2 (Introduced by RFC3161 Timestamp ASN.1 declarations)
- MSFT:*_*_X64_CC_FLAGS = /wd4305
+ MSFT:*_*_*_CC_FLAGS = /wd4305
GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"
|