mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/flashdb: fix compilation with clang
This commit is contained in:
parent
927d2cd67f
commit
485a856691
@ -9,6 +9,7 @@ include $(RIOTBASE)/pkg/pkg.mk
|
||||
CFLAGS += -Wno-pedantic
|
||||
CFLAGS += -Wno-cast-align
|
||||
CFLAGS += -Wno-unused
|
||||
CFLAGS += -Wno-unused-parameter
|
||||
CFLAGS += -Wno-format
|
||||
|
||||
.PHONY: flashdb_fal
|
||||
|
Loading…
Reference in New Issue
Block a user