diff options
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Ipf/ProcessorBind.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MdePkg/Include/Ipf/ProcessorBind.h b/MdePkg/Include/Ipf/ProcessorBind.h index f3706a7..0d8b9e9 100644 --- a/MdePkg/Include/Ipf/ProcessorBind.h +++ b/MdePkg/Include/Ipf/ProcessorBind.h @@ -55,6 +55,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
//
#pragma warning ( disable : 4127 )
|