Turn off warining on undef private/protected

pull/13171/head
Bo Yang 7 years ago
parent 1e1c54f772
commit 10c6f18d11
  1. 4
      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.

Loading…
Cancel
Save