Skip to content

Commit

Permalink
u8g2: avoid error in library compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Mar 5, 2024
1 parent 08a23a5 commit 90dac88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions u8g2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ $(LIBNAME)_SRCS := $(filter-out $(LIB_SRC_DIR)/csrc/u8g2_buffer.c,$($(LIBNAME)_S
override CPPFLAGS += -I$(TOCK_USERLAND_BASE_DIR)/libtock
override CPPFLAGS += -I$(LIB_SRC_DIR)/csrc

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

# Include the rules to build the library.
include $(TOCK_USERLAND_BASE_DIR)/TockLibrary.mk

0 comments on commit 90dac88

Please sign in to comment.