]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ia32/ProcessorBind.h
MdePkg: Disable VS2015 warning C4701 & C4703
[mirror_edk2.git] / MdePkg / Include / Ia32 / ProcessorBind.h
index 22f07ca6375e01c5db2bb4a5dbe65e689c1fe368..458f7dd21b93cd35ebb77a373b2c3b657eb624e9 100644 (file)
@@ -93,7 +93,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 //\r
 #pragma warning ( disable : 4206 )\r
 \r
-#if _MSC_VER == 1800\r
+#if _MSC_VER == 1800 || _MSC_VER == 1900\r
 \r
 //\r
 // Disable these warnings for VS2013.\r
@@ -101,13 +101,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 //\r
 // This warning is for potentially uninitialized local variable, and it may cause false \r
-// positive issues in VS2013 build\r
+// positive issues in VS2013 and VS2015 build\r
 //\r
 #pragma warning ( disable : 4701 )\r
   \r
 //\r
 // This warning is for potentially uninitialized local pointer variable, and it may cause \r
-// false positive issues in VS2013 build\r
+// false positive issues in VS2013 and VS2015 build\r
 //\r
 #pragma warning ( disable : 4703 )\r
   \r