audk/EdkCompatibilityPkg
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
..
Compatibility ICC Cleanup: add enum typecast after arithemtics. 2008-11-18 08:08:54 +00:00
Foundation ICC Cleanup: 2008-11-18 09:57:59 +00:00
Other/Maintained/Tools/Pccts Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
Sample ICC Cleanup: add data typecast after arithemtics. 2008-11-18 08:12:25 +00:00
ChangeLog.txt Add change log since Edk r5418-5419 is somewhat not backward-compatible. 2008-07-08 07:21:46 +00:00
EDK_Snapshot.txt 1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes: 2008-01-24 07:32:23 +00:00
EdkCompatibilityPkg.dec 1) Make Compatibility/Include the public include directory. 2008-05-20 09:10:18 +00:00
EdkCompatibilityPkg.dsc Update ECP DSC file for library class/instances renaming. 2008-11-13 09:36:05 +00:00
License.txt Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00