From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 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) 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) 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) From: Pete Batard To: edk2-devel@lists.01.org Cc: liming.gao@intel.com 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: [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: , X-List-Received-Date: Wed, 22 Nov 2017 16:22:06 -0000 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/ProcessorBind.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. -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 available under the terms and conditions of the BSD License that accompanies this distribution. 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 ) -#if _MSC_VER == 1800 || _MSC_VER == 1900 +#if _MSC_VER == 1800 || _MSC_VER == 1900 || _MSC_VER >= 1910 // // Disable these warnings for VS2013. diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.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). - 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 available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -107,7 +107,7 @@ // #pragma warning ( disable : 4206 ) -#if _MSC_VER == 1800 || _MSC_VER == 1900 +#if _MSC_VER == 1800 || _MSC_VER == 1900 || _MSC_VER >= 1910 // // Disable these warnings for VS2013. -- 2.9.3.windows.2