summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-01 09:23:46 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-01 09:23:46 +0000
commit59a7e4f4bd159d4e91d29410ce0c3fa03646c363 (patch)
treeee58dc8434f0289a89f5feeb2548e4a487804548 /EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h
parent29666911f7291658004e1732514ed8ebf7040f13 (diff)
downloadedk2-platforms-59a7e4f4bd159d4e91d29410ce0c3fa03646c363.tar.xz
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
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Include/Ipf/EfiBind.h6
1 files changed, 6 insertions, 0 deletions
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