We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fa1ff commit fcdfb5bCopy full SHA for fcdfb5b
lr1110/Makefile
@@ -136,4 +136,7 @@ override CFLAGS += \
136
137
$(LIBNAME)_SRCS := $(OUR_CSRCS) $(UNCHANGED_CSRCS) $(CHANGED_CSRCS)
138
139
+# Avoid failing in CI due to warnings in the library.
140
+override CPPFLAGS_$(LIBNAME) += -Wno-error
141
+
142
include $(TOCK_USERLAND_BASE_DIR)/TockLibrary.mk
0 commit comments