From nobody Wed Dec 25 01:49:12 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1511367986369483.2053514595069; Wed, 22 Nov 2017 08:26:26 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 71019220C1626; Wed, 22 Nov 2017 08:22:07 -0800 (PST) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 512C5220C1616 for ; Wed, 22 Nov 2017 08:22:06 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id b189so11362579wmd.5 for ; Wed, 22 Nov 2017 08:26:22 -0800 (PST) Received: from localhost.localdomain ([84.203.50.151]) by smtp.gmail.com with ESMTPSA id d12sm9584413edh.40.2017.11.22.08.26.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 22 Nov 2017 08:26:20 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=pete@akeo.ie; receiver=edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=HAEmCWDC7QdKWNJVqsRxeUaUfRmlu0lOjyolQjdC2kk=; b=iaacEM9yds42buV12F+HbATIjATaMGjp6OAAJZ04B6puQpehP4iGiRWa4SF7wrokaR hqnvMenrrFQKNi03Mk9xVPAuGBQOsH8cR676auWR8oWaObavixjBVtDo5q/+vZq4rd4I Igj/Ng/FdgQ0MvxAV6kH07KG2stS7ES7iR7q//pL1uESKVV+x0Q/hPzyZ0o+tJVuCcVH M2v4gWa4J/5j6LLkOX2rw5JJiwFwS0FMwEt4P+G+ij4MzmUpjSj5kCTNzvCCMB/720fT R0AGy8JGazIG9h4bp+pVG7yLrVozeAif/rPF6oEBZzSI18hv0Ls42HfXv77v0ICNj8Go hK8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HAEmCWDC7QdKWNJVqsRxeUaUfRmlu0lOjyolQjdC2kk=; b=fVipuBYUSG+rrIUOPjDD8nSUKzzw1OT3OBG53H77vwjqWebioQCcmu5nrMQzk7M63N /b0pynJZyTf79Oo/shnx80EAOlhkG9sCYbBjrVg9BFmEU5EDDd1WKGv2dXvPC2FixGK6 vSbVwZAI2yLVM5eNjeH5m7zLlE0kuP31TtodZzt0iXOPIkQUFR5782XgGgCnifhaPXf1 PNiLEaqLZKr0W+LNMpDdFIVaD3pznVu+GVSDMQVBJiZN32eRmCzrFXsztyy0Vd8XObZY 7iaPNWxc9dfpax3gysxCVYbWjKXhgnd8RM/oh0/4URo+Qybx7ihaZybMrH82VP+yNLig ceAQ== X-Gm-Message-State: AJaThX6JJ1ciFlu7Pq+VjBrf6lLu4nQVkZl4EzovC6xmCkzbVvt5X+0l jIWgGe2VTgDhyiTYxIWwKrBrNcE/sEQ= X-Google-Smtp-Source: AGs4zMb8BN04ifpmFnxeIjhpxHBuSRAYyGG4SWQnflD7JGJUUq07qbhYkqI26G+ZmC33FhK8hQaMlQ== X-Received: by 10.80.157.141 with SMTP id w13mr31775217ede.151.1511367981129; Wed, 22 Nov 2017 08:26:21 -0800 (PST) From: Pete Batard To: edk2-devel@lists.01.org Date: Wed, 22 Nov 2017 16:26:07 +0000 Message-Id: <20171122162610.4748-2-pete@akeo.ie> X-Mailer: git-send-email 2.9.3.windows.2 In-Reply-To: <20171122162610.4748-1-pete@akeo.ie> References: <20171122162610.4748-1-pete@akeo.ie> Subject: [edk2] [PATCH v3 1/4] MdePkg: Disable VS warning 4701 & 4703 for VS2017 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: liming.gao@intel.com MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" From: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao --- MdePkg/Include/Ia32/ProcessorBind.h | 4 ++-- MdePkg/Include/X64/ProcessorBind.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/Proc= essorBind.h index 8ba2348261a2..aeecf3fa9feb 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -1,7 +1,7 @@ /** @file Processor or Compiler specific defines and types for IA-32 architecture. =20 -Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made availabl= e under=20 the terms and conditions of the BSD License that accompanies this distribu= tion. =20 The full text of the license may be found at @@ -93,7 +93,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER= EXPRESS OR IMPLIED. // #pragma warning ( disable : 4206 ) =20 -#if _MSC_VER =3D=3D 1800 || _MSC_VER =3D=3D 1900 +#if _MSC_VER =3D=3D 1800 || _MSC_VER =3D=3D 1900 || _MSC_VER >=3D 1910 =20 // // Disable these warnings for VS2013. diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/Proces= sorBind.h index 72cc85151cba..e637d8649f57 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -1,7 +1,7 @@ /** @file Processor or Compiler specific defines and types x64 (Intel 64, AMD64). =20 - Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials =20 are licensed and made available under the terms and conditions of the BS= D License =20 which accompanies this distribution. The full text of the license may b= e found at =20 @@ -107,7 +107,7 @@ // #pragma warning ( disable : 4206 ) =20 -#if _MSC_VER =3D=3D 1800 || _MSC_VER =3D=3D 1900 +#if _MSC_VER =3D=3D 1800 || _MSC_VER =3D=3D 1900 || _MSC_VER >=3D 1910 =20 // // Disable these warnings for VS2013. --=20 2.9.3.windows.2 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel