summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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