From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx.groups.io with SMTP id smtpd.web10.98618.1682957342811960468 for ; Mon, 01 May 2023 09:09:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bsdio.com header.s=fm1 header.b=ybIjQSR0; spf=pass (domain: bsdio.com, ip: 66.111.4.25, mailfrom: rebecca@bsdio.com) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 27F2A5C00F9; Mon, 1 May 2023 12:09:02 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 01 May 2023 12:09:02 -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=1682957342; x= 1683043742; bh=rN4kskYFEy88HshijO7HJ+tAA6KoMzVmVf68sWwmbno=; b=y bIjQSR0Xs/gdRZ5L0A4HzO++yf3AE0YWkTq8avFUC5LBF5GAC71QyzDyXRjH1Lja zYD6SWlzCA7pRCTxOi+Sim3dX7bHduuqTxuseKKO7rcdKMTupjhiSPodkHTq83+6 DOuBCcG6cPER7WT+kOrQn/vmJ/ZvdNLR980lRDMdJgdwHcSZifwaEwIudiLaTwzM WctixMD6d1ctndzBA85FBufE9adP8D8+UOqpOTX0qyHxNWpkOEa2mbwBcZvYKG0v BLyXmZ5Typ7JwymcytesVVaVMnGSABuI3nFY7gjT9lpVcllRggrpsz3zxZ725EWp pmi+ystMl4nDBL8eCm97g== 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=1682957342; x= 1683043742; bh=rN4kskYFEy88HshijO7HJ+tAA6KoMzVmVf68sWwmbno=; b=L HWq8rzWGrtVyuaXqCuFOAhLpHMT0CdIzLAxr/T0E1/eZWk3JlH0epgvYPe/1Aamm hEoy1S9A8iYLi+lO2e1e2wWlSOuRFZ0j8PLi7lo6/Kxg4S0Tb4OMyw17CUJaIgDp Ap+VanKdPWECKkrdk0JsWOVWkCcXBuybZOSMfYvODpzpTS9UPA+UUni2hW95cM/9 449KZTaw70xqbG9Pgi6rmIHxYH7Yq9n+TPxvPWrTNI9Gu13YdWxBnuTa8TnOewgi INMpho1Y+50D9K3pkG4GcaIRXCJ8S5CxQKT9dmxP2xpNLfKaSN3WIi7vnQyFX+jd X39/GTcooszT+j9FByN9Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfedvgedgleejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepgeffueeuledvgefgvddvgfetvdduhfefkedukeeikedtudekfeetteeifedv leefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprh gvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 1 May 2023 12:08:59 -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 , Ray Ni , Leif Lindholm , Zhiguang Liu , Jian J Wang , Xiaoyu Lu , Guomin Jiang , Gua Guo , Ard Biesheuvel , Pedro Falcato , Gerd Hoffmann , mhaeuser@posteo.de Cc: Rebecca Cran , Oliver Smith-Denny Subject: [PATCH v6 03/16] MdePkg: Remove VS2008-VS2013 remnants Date: Mon, 1 May 2023 10:08:26 -0600 Message-Id: <20230501160839.884391-4-rebecca@bsdio.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230501160839.884391-1-rebecca@bsdio.com> References: <20230501160839.884391-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