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::244; helo=mail-wm0-x244.google.com; envelope-from=pete@akeo.ie; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (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 5D4942035BB1A for ; Fri, 17 Nov 2017 05:04:39 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id y80so6342253wmd.0 for ; Fri, 17 Nov 2017 05:08:49 -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=OFcFVFOY/oe9SKr4YoTKG2bZPbB+hjVpamPPxUrcHCfw7vngy+Pzb0/fMzlXP7QYtW EdfJRuy2Q4DL19Fnfu72O7RJfG8ZFKEDEFiMSHBRN6EFv7F7wTQ9TELq7/1KgS7NSgJn 6hZfT28lm/JW5kBcEYRAsHFeUU8gus/bCRqtgusl7HLvatRZGw+j8YOYcKSXkegPe/FC VmbHzKbo3vQzEHmPfNylc66VMvBCSNDCTbZdTL3I4o5jtkvM5qO97Y0CkdUt9StAaIkk yh0f9vG58Q2iSlQfb+piHcDnW3sxzN5lb3A2h5NWYTlxnpWBeBEwiT3gy9CxOh8baMsW VciQ== 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=KQWikhHCo5HuL4yuSUclgaiBsaKL29jxVzbmIjxRQUk8tYA9N9VDiSjatATlbZV43w 9r0szDPVt1dOCc/UEcW81Ph0lFnudmweo0yxASSBAHc3bifMyZuW9O13A8Mu8G4D19+w vlObZCFuJKY0ZKE2jktYDlSpZXy5OW0uf4mCtnsaKcfp/u+5/PWStiJdK4ws0fec60gQ /VnoHxcueh4uHB3ZzCgcvyrbGs84uwasMkfxw7LorpluN+3Ua2kglO5/+RJZ3YLnLPhi zrWqGjXKmtuKb7VwRShU6HLRDxtyprvjBkeVN92ST0llj0YrtvgCT56k7JqU3LDoN2as 4Z9Q== X-Gm-Message-State: AJaThX5s5j0xol3pGSWTRnXX5bYX/pgBC5bCQ9dYDW+bzdAts/DeF74v Jx9ZK7+BexBge3ojaxpCPzoMs3y8rMM= X-Google-Smtp-Source: AGs4zMaJIfn71eLu84pJ5nDqFvBnGIyo+RZFMg+/en0bK8K565aukE63SxJnK8x0be2Um7tLc+9Okg== X-Received: by 10.80.145.81 with SMTP id f17mr7511596eda.215.1510924128456; Fri, 17 Nov 2017 05:08:48 -0800 (PST) Received: from localhost.localdomain ([84.203.87.46]) by smtp.gmail.com with ESMTPSA id b36sm2883140edd.67.2017.11.17.05.08.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 17 Nov 2017 05:08:47 -0800 (PST) From: Pete Batard To: edk2-devel@lists.01.org Cc: liming.gao@intel.com Date: Fri, 17 Nov 2017 13:08:34 +0000 Message-Id: <20171117130837.9164-2-pete@akeo.ie> X-Mailer: git-send-email 2.9.3.windows.2 In-Reply-To: <20171117130837.9164-1-pete@akeo.ie> References: <20171117130837.9164-1-pete@akeo.ie> Subject: [PATCH v2 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: Fri, 17 Nov 2017 13:04:39 -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