X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FX64%2FProcessorBind.h;h=975cf26ced82cd7bbe2707211d33bddd1fa05930;hp=97f4b287536ed1136658929a90e8427e59bfc332;hb=4ef8fb487f756d576c7392266625ad1d48565df2;hpb=956a6dca23629ef5c46f0306221f4e16ead85e04 diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index 97f4b28753..975cf26ced 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -30,12 +30,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