]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/x64/ProcessorBind.h
Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is for...
[mirror_edk2.git] / MdePkg / Include / x64 / ProcessorBind.h
index c61966e154e3362d32c81ba1d23c127e25d733e5..785d4d98f07f35aa37467f72af794f38bfb7a7f0 100644 (file)
 //\r
 #pragma warning ( disable : 4127 )\r
 \r
+//\r
+// This warning is caused by functions defined but not used. For precompiled header only.\r
+//\r
+#pragma warning ( disable : 4505 )\r
+\r
+//\r
+// This warning is caused by empty (after preprocessing) souce file. For precompiled header only.\r
+//\r
+#pragma warning ( disable : 4206 )\r
 \r
 #endif\r
 \r