Do not warn us about unused constants

This commit is contained in:
kkrentz 2018-05-14 09:22:07 -07:00
parent c89a513ad1
commit 15a3f32b29
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ CFLAGS += -DCONTIKI_BOARD_$(TARGET_BOARD_UPPERCASE)=1
CFLAGS += -DCONTIKI_BOARD_STRING=\"$(BOARD)\"
endif
CFLAGS += -Wno-unused-const-variable
LDFLAGS = -Wl,--fatal-warnings
MODULES += os os/sys os/dev os/lib os/services