summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/Ia32/ProcessorBind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/efi/Ia32/ProcessorBind.h')
-rw-r--r--src/include/ipxe/efi/Ia32/ProcessorBind.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/ipxe/efi/Ia32/ProcessorBind.h b/src/include/ipxe/efi/Ia32/ProcessorBind.h
index 8fb5fbcf..375ff2d9 100644
--- a/src/include/ipxe/efi/Ia32/ProcessorBind.h
+++ b/src/include/ipxe/efi/Ia32/ProcessorBind.h
@@ -95,7 +95,7 @@ FILE_LICENCE ( BSD3 );
//
#pragma warning ( disable : 4206 )
-#if _MSC_VER == 1800
+#if _MSC_VER == 1800 || _MSC_VER == 1900
//
// Disable these warnings for VS2013.
@@ -103,13 +103,13 @@ FILE_LICENCE ( BSD3 );
//
// This warning is for potentially uninitialized local variable, and it may cause false
-// positive issues in VS2013 build
+// positive issues in VS2013 and VS2015 build
//
#pragma warning ( disable : 4701 )
//
// This warning is for potentially uninitialized local pointer variable, and it may cause
-// false positive issues in VS2013 build
+// false positive issues in VS2013 and VS2015 build
//
#pragma warning ( disable : 4703 )