aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/efi/X64
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-03-13 11:47:30 +0000
committerMichael Brown <mcb30@ipxe.org>2016-03-13 11:47:30 +0000
commit24415a3eeefbdeb59c947363b1ab2b3796616092 (patch)
tree4f0f1ed8296e37eeea4494b171e74b16a4cb2fc2 /src/include/ipxe/efi/X64
parent0d29cf2a4da86f65f74f94695c98bd175f897db5 (diff)
downloadipxe-24415a3eeefbdeb59c947363b1ab2b3796616092.zip
ipxe-24415a3eeefbdeb59c947363b1ab2b3796616092.tar.gz
ipxe-24415a3eeefbdeb59c947363b1ab2b3796616092.tar.bz2
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/X64')
-rw-r--r--src/include/ipxe/efi/X64/ProcessorBind.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/ipxe/efi/X64/ProcessorBind.h b/src/include/ipxe/efi/X64/ProcessorBind.h
index 8ce9d0f..b64c25c 100644
--- a/src/include/ipxe/efi/X64/ProcessorBind.h
+++ b/src/include/ipxe/efi/X64/ProcessorBind.h
@@ -96,7 +96,7 @@ FILE_LICENCE ( BSD3 );
//
#pragma warning ( disable : 4206 )
-#if _MSC_VER == 1800
+#if _MSC_VER == 1800 || _MSC_VER == 1900
//
// Disable these warnings for VS2013.
@@ -104,13 +104,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 )