From: jljusten Date: Wed, 3 Sep 2008 21:07:42 +0000 (+0000) Subject: edk2/MdePkg/Include/Ia32/ProcessorBind.h: X-Git-Tag: edk2-stable201903~20416 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=427c6c737e43f3b6c4cffde7776544111fbb1691;hp=1d5825abc56f3af7444641104ef234b264c79fce edk2/MdePkg/Include/Ia32/ProcessorBind.h: * Disable ICC warning for: "LocalVariable" was set but never used git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5804 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index 7c40e09603..672fe1408e 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -28,6 +28,12 @@ #endif #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