X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FIa32%2FProcessorBind.h;h=e0ddba4fe55f5c3203ae0e47daa41d2dd1a7b676;hb=22a8f52f8ee52afbe33c5e47ac8389be44944c7c;hp=2ed3a02ee3d1e20bed346e79c73e732d0319994d;hpb=ca40209e2caed3cbdd5d124a65789237f3bff95c;p=mirror_edk2.git diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index 2ed3a02ee3..e0ddba4fe5 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -57,6 +57,15 @@ // #pragma warning ( disable : 4127 ) +// +// This warning is caused by functions defined but not used. For precompiled header only. +// +#pragma warning ( disable : 4505 ) + +// +// This warning is caused by empty (after preprocessing) souce file. For precompiled header only. +// +#pragma warning ( disable : 4206 ) #endif