Skip to content

Commit b588e5d

Browse files
author
Yu Yuan
committed
add -Wno-unused-parameter to protobufs
Signed-off-by: Yu Yuan <[email protected]>
1 parent 0f45cad commit b588e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psw/uae_service/linux/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ INCLUDE += -I$(LINUX_EXTERNAL_DIR)/epid-sdk-3.0.0 \
5757
-I$(IPC_COMMON_PROTO_DIR) \
5858
-I$(LINUX_PSW_DIR)/ae/aesm_service/source
5959

60-
CXXFLAGS += -fPIC -Werror -g -DPROTOBUF_INLINE_NOT_IN_HEADERS=0
60+
CXXFLAGS += -fPIC -Werror -Wno-unused-parameter -g -DPROTOBUF_INLINE_NOT_IN_HEADERS=0
6161

6262
EXTERNAL_LIB += -lprotobuf
6363

0 commit comments

Comments
 (0)