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.18635.1682097340038792581 for ; Fri, 21 Apr 2023 10:15:40 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm1 header.b=DHsbXtr7; spf=pass (domain: bsdio.com, ip: 64.147.123.19, mailfrom: rebecca@bsdio.com) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id DAA9C3200AD9; Fri, 21 Apr 2023 13:15:37 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Fri, 21 Apr 2023 13:15:39 -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=1682097337; x= 1682183737; bh=rN4kskYFEy88HshijO7HJ+tAA6KoMzVmVf68sWwmbno=; b=D HsbXtr7xPCflTnqFOvRTJV/RCLhD1zJoqjVsVS5xqIAkjU7fIU3ptFo6uRM5ik0l /DmwXr6h9QAFyUuWO2fbjOnZkFUm6pW1pCiH8Qedo7yDtikZcRFjYab/PiydWzGZ ILQ1VlKgDYZrAb5pY+3ZZgBTdddtqN40q8lQg3x2NO+I1JdxGKuWPEI1DZZZd/0w ZlW6Co3rO0aM4T55Nr4jkgMi1SSjvDah+GLIMNNfwhzbaCNebkq/ZOtT0l4ZMwry uTHw+QDXQiy/lUxfqPYYPuFty16NhrbVhmYbkatsdc5ubuacAZxYqF5Ii+PJIJI5 GWMdULUiH9gaMekbzHYew== 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=1682097337; x= 1682183737; bh=rN4kskYFEy88HshijO7HJ+tAA6KoMzVmVf68sWwmbno=; b=T dgtMLAm+nRNBC5RAIlQEcTrW6quQ8qJduCJf9eFTKVh81faZn0TtkyglKK/94GPx fldaJLudk0MHrFoVjMpfmmQjOxZGRNhSFUiaOZckwC8IO0WwBBbswwnKqiiNSxf3 fqkKARspFvKFMnLdCfaAdXog+n+kXWAGd1PINWVioJFYLpVSZ9+QtIJxwA8SWOfH z9Ve0/ZDaNFul3iya32ZTo0Zq0W9tRTnn+AR08nGPG5M5eXusFmxwHzhrXTnT2uZ tjN7McC7Qpsp3C3QV6BH5bamtGQLp1lrDOCn5CZiOR/KSyqkz77p2aQQzZkE+1ES YUDj2e1wg8WgLwloCoiVg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfedtgedguddtkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvfevufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpeftvggs vggttggrucevrhgrnhcuoehrvggsvggttggrsegsshguihhordgtohhmqeenucggtffrrg htthgvrhhnpeegffeuueelvdeggfdvvdfgtedvudfhfeekudekieektddukeefteetieef vdelfeenucevlhhushhtvghrufhiiigvpedunecurfgrrhgrmhepmhgrihhlfhhrohhmpe hrvggsvggttggrsegsshguihhordgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 21 Apr 2023 13:15:34 -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 v5 04/13] MdePkg: Remove VS2008-VS2013 remnants Date: Fri, 21 Apr 2023 11:14:59 -0600 Message-Id: <20230421171508.73336-5-rebecca@bsdio.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230421171508.73336-1-rebecca@bsdio.com> References: <20230421171508.73336-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 Reviewed-by: Liming Gao --- 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.39.2