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>
\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
\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