From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mx.groups.io with SMTP id smtpd.web10.48508.1681934298914213856 for ; Wed, 19 Apr 2023 12:58:18 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm1 header.b=Au6SK6Io; spf=pass (domain: bsdio.com, ip: 64.147.123.19, mailfrom: rebecca@bsdio.com) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id BCE303200977; Wed, 19 Apr 2023 15:58:16 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Wed, 19 Apr 2023 15:58:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; t=1681934296; x= 1682020696; bh=hUtP3jLDz4hmDAnJji9bY2H/MTpxGprvBTSLRoiiuYw=; b=A u6SK6IoPQEgfet0HQOEOle4J13//I8xkSaezh+HfwQ/qd+Vnpxhl0sczs98OqlHw uKHUtwYA+EWtURHaGR8OEHodjGevqgbk9LvEKqZ9kVBzoKO7Cv10D5mou9rxTYoO M3RvfRXdvvnily7ADNpnw22Ie8RWLEZj3/K2/CCFBQChVsoWKR8ziCbIBMPpguID HaQThMzKUIr+eGfimO83RjI5afILeKZA14UGXHyBPWeT+qxMLnxGJ/PchCbRvSIL qcBZE+Cvf4ROy/9j7SrqC15A+uxyQPvPK0nMluKQoajc/nT+fbC/g1njWFSKlIBi 4DFo64JbBd9ntf2Er60Lg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1681934296; x= 1682020696; bh=hUtP3jLDz4hmDAnJji9bY2H/MTpxGprvBTSLRoiiuYw=; b=I ICqOUm0/RC1NujfqIyXqiA1EYYj4lDNggEwaer3xOiXTHgIJrnk8a3444w/xT8Fa TZmD2YXKK7jcNXEOtfIrXcM6doORDSRWH8q+nshN0rdYYNlYFFfmHN1PGFn3e9Sp FHwJ+2RlFW5w4zH2SgsruY/NXbMB0/1+GYd+B1AJekBSl1sFVtmhLnSsDpnNjtEd hyfnqs8JC7uy2tkuGrta35PrmMUFn4RXYXyzPQ8wHg0LaPqQFI5krLt8M8V7whXu HP+AOO2N4RMkbgivyN3awWTj8As3R3pp6zJjQ8BIZqXA7isx1LlAaUJRd4OGDd7z lpsKEhUH/NRgb4xv1EZvQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfedttddgudeghecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvfevufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpeftvggs vggttggrucevrhgrnhcuoehrvggsvggttggrsegsshguihhordgtohhmqeenucggtffrrg htthgvrhhnpeegffeuueelvdeggfdvvdfgtedvudfhfeekudekieektddukeefteetieef vdelfeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hrvggsvggttggrsegsshguihhordgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 19 Apr 2023 15:58:14 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Liming Gao , Bob Feng , Yuwei Chen , Michael D Kinney , Michael Kubacki , Sean Brogan , Chasel Chiu , Nate DeSimone , Star Zeng , Andrew Fish Cc: Rebecca Cran , Ray Ni , Leif Lindholm , Zhiguang Liu , Jian J Wang , Xiaoyu Lu , Guomin Jiang , Gua Guo , Ard Biesheuvel , Pedro Falcato , Gerd Hoffmann , =?UTF-8?q?Marvin=20H=C3=A4user?= , Oliver Smith-Denny Subject: [PATCH v4 04/13] MdePkg: Remove VS2008-VS2013 remnants Date: Wed, 19 Apr 2023 13:57:37 -0600 Message-Id: <20230419195746.99074-5-rebecca@bsdio.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230419195746.99074-1-rebecca@bsdio.com> References: <20230419195746.99074-1-rebecca@bsdio.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Since Visual Studio versions older than VS2015 are no longer supported, remove mention of them from MdePkg. Signed-off-by: Rebecca Cran Reviewed-by: Oliver Smith-Denny --- MdePkg/Include/Ia32/ProcessorBind.h | 8 ++------ MdePkg/Include/X64/ProcessorBind.h | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index ee39d1cfe10b..62ca7f8607d3 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -88,19 +88,15 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #if defined (_MSC_VER) && _MSC_VER >= 1800 -// -// Disable these warnings for VS2013. -// - // // This warning is for potentially uninitialized local variable, and it may cause false -// positive issues in VS2013 and VS2015 build +// positive issues in VS2015 build // #pragma warning ( disable : 4701 ) // // This warning is for potentially uninitialized local pointer variable, and it may cause -// false positive issues in VS2013 and VS2015 build +// false positive issues in VS2015 build // #pragma warning ( disable : 4703 ) diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index f0a4d00142b9..cdbb4fd6d3d1 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -102,19 +102,15 @@ #if defined (_MSC_VER) && _MSC_VER >= 1800 -// -// Disable these warnings for VS2013. -// - // // This warning is for potentially uninitialized local variable, and it may cause false -// positive issues in VS2013 and VS2015 build +// positive issues in VS2015 build // #pragma warning ( disable : 4701 ) // // This warning is for potentially uninitialized local pointer variable, and it may cause -// false positive issues in VS2013 and VS2015 build +// false positive issues in VS2015 build // #pragma warning ( disable : 4703 ) -- 2.37.2