mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 06:34:30 +02:00
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
|
BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-unused-result -nostdlib -c -g
|
||||||
endif
|
endif
|
||||||
BUILD_LFLAGS =
|
BUILD_LFLAGS =
|
||||||
BUILD_CXXFLAGS =
|
BUILD_CXXFLAGS = -Wno-unused-result
|
||||||
|
|
||||||
ifeq ($(ARCH), IA32)
|
ifeq ($(ARCH), IA32)
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user