From da0559bf7325a1f5c7612dd0a6532c6be97b5294 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sat, 18 Nov 2006 05:02:54 +0000 Subject: [PATCH] Disable warning when assigning a function pointer to a data pointer git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1976 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ipf/ProcessorBind.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MdePkg/Include/Ipf/ProcessorBind.h b/MdePkg/Include/Ipf/ProcessorBind.h index f3706a782a..0d8b9e9cca 100644 --- a/MdePkg/Include/Ipf/ProcessorBind.h +++ b/MdePkg/Include/Ipf/ProcessorBind.h @@ -54,6 +54,11 @@ // #pragma warning ( disable : 4057 ) +// +// Disable warning on conversion from function pointer to a data pointer +// +#pragma warning ( disable : 4054 ) + // // ASSERT(FALSE) or while (TRUE) are legal constructes so supress this warning // -- 2.39.2