From 59a7e4f4bd159d4e91d29410ce0c3fa03646c363 Mon Sep 17 00:00:00 2001 From: xli24 Date: Sun, 1 Feb 2009 09:23:46 +0000 Subject: For ECP, 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 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7383 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'EdkCompatibilityPkg/Foundation/Include/Ipf') diff --git a/EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h b/EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h index 823855e14c..6b53685040 100644 --- a/EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h +++ b/EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h @@ -77,6 +77,12 @@ Abstract: // #pragma warning ( disable : 1419 ) +// +// 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 +// +#pragma warning ( disable : 869 ) + #endif -- cgit v1.2.3