Skip to content

Commit fcdfb5b

Browse files
committed
lr1110: ignore library compile warnings in CI
1 parent 41fa1ff commit fcdfb5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lr1110/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,7 @@ override CFLAGS += \
136136

137137
$(LIBNAME)_SRCS := $(OUR_CSRCS) $(UNCHANGED_CSRCS) $(CHANGED_CSRCS)
138138

139+
# Avoid failing in CI due to warnings in the library.
140+
override CPPFLAGS_$(LIBNAME) += -Wno-error
141+
139142
include $(TOCK_USERLAND_BASE_DIR)/TockLibrary.mk

0 commit comments

Comments
 (0)