Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
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
BaseTools Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLib to support the modules that uses EDKII Glue Lib 2008-11-17 02:12:36 +00:00
Conf Adding top-level Conf directory for next generation of EDK II build infrastructure tools. 2007-06-20 19:33:23 +00:00
DuetPkg Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg. 2008-11-13 15:33:57 +00:00
EdkCompatibilityPkg ICC Cleanup: 2008-11-18 09:57:59 +00:00
EdkFatBinPkg Remove the package dependency of MdePkg. 2007-04-26 06:25:41 +00:00
EdkModulePkg Fix warnings generated by gcc for ia32 builds: 2008-04-08 20:59:38 +00:00
EdkNt32Pkg Fix warnings generated by gcc for ia32 builds: 2008-04-08 20:59:38 +00:00
EdkShellBinPkg Changing source filename to match name changing. 2008-09-27 03:13:37 +00:00
EdkShellPkg Fix a typo in ReadMe.txt. 2008-09-12 01:05:42 +00:00
EdkUnixPkg Add some definitions for efi event in Uefi/UefiSpec.h to follow spec. 2007-06-25 08:54:54 +00:00
FatBinPkg remove the unused msa/npsd files 2008-09-20 06:18:16 +00:00
IntelFrameworkModulePkg 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros 2008-11-11 15:43:50 +00:00
IntelFrameworkPkg Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg. 2008-11-13 10:10:16 +00:00
MdeModulePkg synced function header 2008-11-18 09:29:44 +00:00
MdePkg Code Scrub: Corrected some retvals according to the spec. 2008-11-18 06:57:25 +00:00
Nt32Pkg Update NT32 platform DSC file for library class/instances renaming. 2008-11-13 09:27:05 +00:00
OldMdePkg correct on bug in DebugLib instance. 2007-11-22 08:16:50 +00:00
OptionRomPkg Add the dependency of DevicePathLib for the reference of DevicePathLib macros. 2008-11-14 01:48:58 +00:00
Tools Make the code ICC clean. 2008-01-08 11:02:54 +00:00
UnixPkg Add package dependency of MdeModulePkg.dec since HiiLib has been moved to MdeModulePkg 2008-11-13 10:59:57 +00:00
BuildNotes.txt Updated BuildNotes.txt according to new packages name: 2007-06-20 05:35:00 +00:00
BuildNotes2.txt updating the doc 2008-09-25 23:13:48 +00:00
build.xml - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer be needed. 2007-01-25 01:25:02 +00:00
edksetup.bat setting executable on these files 2008-05-20 17:43:07 +00:00
edksetup.sh setting executable on these files 2008-05-20 17:43:07 +00:00