]> xenbits.xensource.com Git - ovmf.git/commitdiff
MdePkg: Remove VS2008-VS2013 remnants
authorRebecca Cran <rebecca@bsdio.com>
Tue, 21 Mar 2023 22:45:35 +0000 (16:45 -0600)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 5 May 2023 11:41:35 +0000 (11:41 +0000)
Since Visual Studio versions older than VS2015 are no longer supported,
remove mention of them from MdePkg.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Oliver Smith-Denny <osd@smith-denny.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Tested-by: Michael D Kinney <michael.d.kinney@intel.com>
MdePkg/Include/Ia32/ProcessorBind.h
MdePkg/Include/X64/ProcessorBind.h

index ee39d1cfe10b7f89d986a18b0ec62ace9e1af79b..62ca7f8607d37fe63b3fca7c925a292470554081 100644 (file)
@@ -88,19 +88,15 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
   #if defined (_MSC_VER) && _MSC_VER >= 1800\r
 \r
-//\r
-// Disable these warnings for VS2013.\r
-//\r
-\r
 //\r
 // This warning is for potentially uninitialized local variable, and it may cause false\r
-// positive issues in VS2013 and VS2015 build\r
+// positive issues in 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 and VS2015 build\r
+// false positive issues in VS2015 build\r
 //\r
     #pragma warning ( disable : 4703 )\r
 \r
index f0a4d00142b9ca3efb7084d0c88930b428b6c9cd..cdbb4fd6d3d1acb2f8e0937f2d7a213868c45cf7 100644 (file)
 \r
   #if defined (_MSC_VER) && _MSC_VER >= 1800\r
 \r
-//\r
-// Disable these warnings for VS2013.\r
-//\r
-\r
 //\r
 // This warning is for potentially uninitialized local variable, and it may cause false\r
-// positive issues in VS2013 and VS2015 build\r
+// positive issues in 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 and VS2015 build\r
+// false positive issues in VS2015 build\r
 //\r
     #pragma warning ( disable : 4703 )\r
 \r