summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/efi/Ia32/ProcessorBind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/efi/Ia32/ProcessorBind.h')
-rw-r--r--src/include/gpxe/efi/Ia32/ProcessorBind.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/gpxe/efi/Ia32/ProcessorBind.h b/src/include/gpxe/efi/Ia32/ProcessorBind.h
index 512564ca..5a3a9182 100644
--- a/src/include/gpxe/efi/Ia32/ProcessorBind.h
+++ b/src/include/gpxe/efi/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
//