mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
MdePkg: Disable VS warning 4701 & 4703 for VS2017
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
parent
530da30786
commit
c0f7a5d4b3
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Processor or Compiler specific defines and types for IA-32 architecture.
|
Processor or Compiler specific defines and types for IA-32 architecture.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials are licensed and made available under
|
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 terms and conditions of the BSD License that accompanies this distribution.
|
||||||
The full text of the license may be found at
|
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 )
|
#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.
|
// Disable these warnings for VS2013.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Processor or Compiler specific defines and types x64 (Intel 64, AMD64).
|
Processor or Compiler specific defines and types x64 (Intel 64, AMD64).
|
||||||
|
|
||||||
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -107,7 +107,7 @@
|
|||||||
//
|
//
|
||||||
#pragma warning ( disable : 4206 )
|
#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.
|
// Disable these warnings for VS2013.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user