audk/EdkCompatibilityPkg/Foundation/Include
qwang12 1bfbd131fa ICC Cleanup:
#if __INTEL_COMPILER

//
// Disable the extra ";" warning;
// All places referencing EFI_GUID_STRING MACRO will generate this error.
//
#pragma warning ( disable : 424 )

//
// error #593: variable "Status" was set but never used
// This error may be flagged if a function only do ASSERT on return status when 
// EFI_DEBUG is not defined (EDK's ASSERT will be defined as empty statement).
// To make EdkCompatibilityPkg buildable by ICC with EFI_DEBUG undefined, disable
// this warning.
//
#pragma warning ( disable : 593 )

//
// Disable ICC's remark #869: "Parameter" was never referenced warning.
// This is legal ANSI C code so we disable the remark that is turned on with -Wall
//
#pragma warning ( disable : 869 )

//
// Disable ICC's remark #1418: external function definition with no prior declaration.
// This is legal ANSI C code so we disable the remark that is turned on with /W4
//
#pragma warning ( disable : 1418 )

//
// Disable ICC's remark #1419: external declaration in primary source file
// This is legal ANSI C code so we disable the remark that is turned on with /W4
//
#pragma warning ( disable : 1419 )

#endif

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6602 6f19259b-4bc3-4df7-8a09-765794883524
2008-11-18 09:57:59 +00:00
..
Ebc Fix various warnings with the Intel C compiler. 2008-04-24 16:21:53 +00:00
Ia32 GCC Cleanup: Define EFI_BREAKPOINT for GCC build. 2008-11-18 08:10:49 +00:00
IndustryStandard GCC clean. 2008-09-11 02:25:30 +00:00
Ipf ICC Cleanup: 2008-11-18 09:57:59 +00:00
Pei 1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes: 2008-01-24 07:10:05 +00:00
X64 1) Cleanup for GCC and ICC tool-chain. 2008-08-23 09:31:51 +00:00
EfiCommon.h Fix various warnings with the Intel C compiler. 2008-04-24 16:21:53 +00:00
EfiCompNameSupport.h Some adjustment in ECP to make it compatible with EDK1.01(EDK1117) foundation in UEFI2.0+Framework0.9x build mode for silicon modules 2008-07-08 07:19:27 +00:00
EfiDebug.h Add EFI_D_INFO and EFI_D_WARN to the default print level. 2008-04-17 09:56:05 +00:00
EfiDepex.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
EfiFlashMap.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
EfiPci.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
EfiPerf.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
EfiPxe.h Fix various warnings with the Intel C compiler. 2008-04-24 16:21:53 +00:00
EfiSpec.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
EfiStdArg.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
EfiTpm.h 1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes: 2008-01-24 07:10:05 +00:00
EfiVariable.h Minor update for EfiVariable.h 2008-10-15 04:21:40 +00:00
EfiWorkingBlockHeader.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
Tiano.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
TianoApi.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
TianoCommon.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
TianoDevicePath.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
TianoError.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
TianoHii.h Update Guid Value format. 2008-03-28 12:00:46 +00:00
TianoTypes.h Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00