Skip to content

Commit

Permalink
lr1110: ignore library compile warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Jan 29, 2025
1 parent 41fa1ff commit fcdfb5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lr1110/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,7 @@ override CFLAGS += \

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

# Avoid failing in CI due to warnings in the library.
override CPPFLAGS_$(LIBNAME) += -Wno-error

include $(TOCK_USERLAND_BASE_DIR)/TockLibrary.mk

0 comments on commit fcdfb5b

Please sign in to comment.