From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mx.groups.io with SMTP id smtpd.web11.34210.1681664761620122421 for ; Sun, 16 Apr 2023 10:06:01 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm1 header.b=Npod8yfW; spf=pass (domain: bsdio.com, ip: 66.111.4.29, mailfrom: rebecca@bsdio.com) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id E68195C0036; Sun, 16 Apr 2023 13:06:00 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Sun, 16 Apr 2023 13:06:00 -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=1681664760; x= 1681751160; bh=hUtP3jLDz4hmDAnJji9bY2H/MTpxGprvBTSLRoiiuYw=; b=N pod8yfWFZo75tmhBptfYn8b12bagQszZaZwKb/kP/UgDY6bg9oiDSS5NDvpAgy0v K8z179X7M4qetU/6K6CxZsIbBKU8TC8sYgRaG8fISc17RbY468nlzPBwjyfRERPJ nuiylIHZ0MMBQ6arOzpUfR4rbmjICVwY0YfZspVHlO++UIojLgQGMNNQVoRcsU0a SMhfOaQpgTNR4QAjC7WvZlvfW/hcyDrLtacGZAEDHwHF0eMWHdOdqr4ImkmNXB4u tylT08AzcKifdxR0yfaiY6BuVfNgdjd1ZSSGIgi09BwFlKluL7PjE5KhUhEXEYrq YIJJOcE3WMb93Yj2/JUJw== 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=1681664760; x= 1681751160; bh=hUtP3jLDz4hmDAnJji9bY2H/MTpxGprvBTSLRoiiuYw=; b=W KPIJric0+JBOoBpxjSguKwGXHFprcrUjgrWxXcE+9xkwiqRyG7P+e2EBWWdXU3Y8 2ij0NWzGdRU7wyFmK5c8OiSo0KaHwouoyIIR4rM53j0t/yLbAqY/JExHIc3+P09r 000+H9IFfhbW+2r8apx5cuI0cDbeLslfNc7QtdLWTpbdMgizAyPzHs3jfRQKjKaC 3eQhSa1b5RlIqiZDUaE6mvaRbm8zZK5hpOVagEtaI+vSXSPXJYU4HR02YHKCSmhZ 3qDw4un2uotebM1NtdUKQYK5IG4n3YURLQ0yKua+BiCa0/pFRK95HJA9J7jacGYA jKSdE52J2IciuPLBnM5VQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdelgedgieeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepgeffueeuledvgefgvddvgfetvdduhfefkedukeeikedtudekfeetteeifedv leefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprh gvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 16 Apr 2023 13:05:58 -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 , =?UTF-8?q?Marvin=20H=C3=A4user?= Cc: Rebecca Cran , Oliver Smith-Denny Subject: [PATCH v3 04/13] MdePkg: Remove VS2008-VS2013 remnants Date: Sun, 16 Apr 2023 11:05:23 -0600 Message-Id: <20230416170532.278338-5-rebecca@bsdio.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230416170532.278338-1-rebecca@bsdio.com> References: <20230416170532.278338-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