X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=StdLib%2FStdLib.inc;h=8837e04b4f3554473e2695467eb9f098bd013e49;hb=140b2b11a0dc7a414b93a9b8a50f5944d7a55d3e;hp=fff9ef05e61f70c9a35f788ef4ada716b8c1cad2;hpb=11ad0847b72883f139143247b5c3c9333bbc9661;p=mirror_edk2.git diff --git a/StdLib/StdLib.inc b/StdLib/StdLib.inc index fff9ef05e6..8837e04b4f 100644 --- a/StdLib/StdLib.inc +++ b/StdLib/StdLib.inc @@ -5,6 +5,7 @@ # The including DSC file must DEFINE the EMULATE macro if # the application is to be run in an emulation environment. # +# Copyright (c) 2016, Daryl McDaniel. All rights reserved.
# Copyright (c) 2011 - 2014, 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 @@ -133,3 +134,12 @@ RVCT:*_*_*_CC_FLAGS = --library_interface=none -DUEFI_C_SOURCE -J$(WORKSPACE)/StdLib/Include -J$(WORKSPACE)/StdLib/Include/Arm XCODE:*_*_*_CC_FLAGS = -nostdinc -nostdlib -DUEFI_C_SOURCE -Wno-unused-const-variable -Wno-string-compare -Wno-sometimes-uninitialized !endif + + # Temporarily restrict compiler warnings to those produced by VS2012. + # Code that fails when these flags are removed will have to be rewritten + # in order to pass. This may be as simple as renaming an object, but may + # require more significant changes. + MSFT:*_VS2015_*_CC_FLAGS = /Wv:11 + MSFT:*_VS2015x86_*_CC_FLAGS = /Wv:11 + MSFT:*_VS2015xASL_*_CC_FLAGS = /Wv:11 + MSFT:*_VS2015x86xASL_*_CC_FLAGS = /Wv:11