]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ia32/ProcessorBind.h
edk2/MdePkg/Include/Ia32/ProcessorBind.h:
[mirror_edk2.git] / MdePkg / Include / Ia32 / ProcessorBind.h
index 7c40e09603329b922527db72c42649bee7890c0e..672fe1408eb216b27806c79b26495de0bd0b4bb2 100644 (file)
 #endif\r
 \r
 #if __INTEL_COMPILER\r
+//\r
+// Disable ICC's remark #593: "LocalVariable" was set but never used\r
+// This is legal ANSI C code so we disable the remark that is turned on with -Wall\r
+//\r
+#pragma warning ( disable : 593 )\r
+\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