mirror of https://github.com/acidanthera/audk.git
BaseTools GCC makefile: disable unused-result warning for CPP file
This warning has been disabled for C file. To be same, it is also disabled for CPP file. Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
parent
00de920a03
commit
4fa9134e47
|
@ -52,7 +52,7 @@ else
|
|||
BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-unused-result -nostdlib -c -g
|
||||
endif
|
||||
BUILD_LFLAGS =
|
||||
BUILD_CXXFLAGS =
|
||||
BUILD_CXXFLAGS = -Wno-unused-result
|
||||
|
||||
ifeq ($(ARCH), IA32)
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue