]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update the build option to eliminate possible build warning for IPF platform.
authorQin Long <qin.long@intel.com>
Wed, 10 Dec 2014 08:05:42 +0000 (08:05 +0000)
committerqlong <qlong@Edk2>
Wed, 10 Dec 2014 08:05:42 +0000 (08:05 +0000)
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

CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf

index 550afd912b9a7a870f35c8a200f173a0840d00d4..05cfe11b2cc4c87a877be2545bc6015c37d789df 100644 (file)
@@ -93,5 +93,5 @@
 [BuildOptions]\r
   # suppress the following warnings so we do not break the build with warnings-as-errors:\r
   #   C4305: truncation from type1 to type2 (Introduced by RFC3161 Timestamp ASN.1 declarations)\r
-  MSFT:*_*_X64_CC_FLAGS = /wd4305\r
+  MSFT:*_*_*_CC_FLAGS = /wd4305\r
   GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r