From 10c6f18d115b53aff42b7e05783a023cf380f860 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Mon, 25 Sep 2017 13:58:52 -0700 Subject: Turn off warining on undef private/protected --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 390e7af..ba95469 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,8 @@ ifeq ($(CXX), clang++) endif ifneq ($(UPB_FAIL_WARNINGS), no) - WARNFLAGS += -Werror - WARNFLAGS_CXX += -Werror + WARNFLAGS += -Werror -Wno-keyword-macro + WARNFLAGS_CXX += -Werror -Wno-keyword-macro endif # Build with "make Q=" to see all commands that are being executed. -- cgit v1.2.3