summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Ia32
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-07 16:40:43 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-07 16:40:43 +0000
commit4ef8fb487f756d576c7392266625ad1d48565df2 (patch)
treecca3ea65b6f260d95fdc742e37292b53e3cae35e /MdePkg/Include/Ia32
parent956a6dca23629ef5c46f0306221f4e16ead85e04 (diff)
downloadedk2-platforms-4ef8fb487f756d576c7392266625ad1d48565df2.tar.xz
trunk/edk2/MdePkg/Include/X64/ProcessorBind.h:
trunk/edk2/MdePkg/Include/Ia32/ProcessorBind.h: trunk/edk2/MdePkg/Include/Ipf/ProcessorBind.h: * Do not ignore this warning (Intel Compiler warning #593; Local Variable is set, but not used.) We will attempt to clean up code that generates this particular warning. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6083 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ia32')
-rw-r--r--MdePkg/Include/Ia32/ProcessorBind.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h
index 672fe1408e..7c40e09603 100644
--- a/MdePkg/Include/Ia32/ProcessorBind.h
+++ b/MdePkg/Include/Ia32/ProcessorBind.h
@@ -29,12 +29,6 @@
#if __INTEL_COMPILER
//
-// Disable ICC's remark #593: "LocalVariable" was set but never used
-// This is legal ANSI C code so we disable the remark that is turned on with -Wall
-//
-#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
//