summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2017-09-25 13:58:52 -0700
committerBo Yang <teboring@google.com>2017-09-25 13:58:52 -0700
commit10c6f18d115b53aff42b7e05783a023cf380f860 (patch)
tree527a9f34a9e28b9e82179842094bf0a514c1a626 /Makefile
parent1e1c54f77253e7f783df0047a421b3f4d26929cb (diff)
Turn off warining on undef private/protected
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback