1
0
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:
Marian Buschsieweke 2023-05-19 23:17:41 +02:00 committed by Marian Buschsieweke
parent 927d2cd67f
commit 485a856691
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -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