Skip to content

Instantly share code, notes, and snippets.

@sebva
Created February 1, 2018 11:11
Show Gist options
  • Save sebva/ce85d4d5aa724c600be7ce69ed4ec9a4 to your computer and use it in GitHub Desktop.
Save sebva/ce85d4d5aa724c600be7ce69ed4ec9a4 to your computer and use it in GitHub Desktop.
diff --git a/psw/uae_service/linux/Makefile b/psw/uae_service/linux/Makefile
index c33d8679..b7c7286d 100644
--- a/psw/uae_service/linux/Makefile
+++ b/psw/uae_service/linux/Makefile
@@ -57,7 +57,7 @@ INCLUDE += -I$(LINUX_EXTERNAL_DIR)/epid \
-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 -g -DPROTOBUF_INLINE_NOT_IN_HEADERS=0
EXTERNAL_LIB += -lprotobuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment