From b588e5d43eb9de157eaaa6f7b77c0e783bd0cd3d Mon Sep 17 00:00:00 2001 From: Yu Yuan Date: Mon, 9 Apr 2018 22:24:08 +0800 Subject: [PATCH] add -Wno-unused-parameter to protobufs Signed-off-by: Yu Yuan --- psw/uae_service/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psw/uae_service/linux/Makefile b/psw/uae_service/linux/Makefile index 29535ccd..bb0c47e7 100644 --- a/psw/uae_service/linux/Makefile +++ b/psw/uae_service/linux/Makefile @@ -57,7 +57,7 @@ INCLUDE += -I$(LINUX_EXTERNAL_DIR)/epid-sdk-3.0.0 \ -I$(IPC_COMMON_PROTO_DIR) \ -I$(LINUX_PSW_DIR)/ae/aesm_service/source -CXXFLAGS += -fPIC -Werror -g -DPROTOBUF_INLINE_NOT_IN_HEADERS=0 +CXXFLAGS += -fPIC -Werror -Wno-unused-parameter -g -DPROTOBUF_INLINE_NOT_IN_HEADERS=0 EXTERNAL_LIB += -lprotobuf