]> git.proxmox.com Git - mirror_edk2.git/commitdiff
edk2/MdePkg/Include/Ia32/ProcessorBind.h:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Aug 2008 23:04:44 +0000 (23:04 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Aug 2008 23:04:44 +0000 (23:04 +0000)
* Add mask for ICC warning when a parameter is not referenced in a
  function.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5757 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Ia32/ProcessorBind.h

index c609bb969e92e660a9aea04d1650f4d333e90dc9..7c40e09603329b922527db72c42649bee7890c0e 100644 (file)
 #endif\r
 \r
 #if __INTEL_COMPILER\r
+//\r
+// Disable ICC's remark #869: "Parameter" was never referenced warning.\r
+// This is legal ANSI C code so we disable the remark that is turned on with -Wall\r
+//\r
+#pragma warning ( disable : 869 )\r
+\r
 //\r
 // Disable ICC's remark #1418: external function definition with no prior declaration.\r
 // This is legal ANSI C code so we disable the remark that is turned on with /W4\r
 //\r
 #pragma warning ( disable : 1418 )\r
 \r
-\r
 //\r
 // Disable ICC's remark #1419: external declaration in primary source file\r
 // This is legal ANSI C code so we disable the remark that is turned on with /W4\r