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 //