suppress fatfs cast-qual

This commit is contained in:
hathach 2022-11-21 12:33:31 +07:00
parent 53677d4844
commit ba9f88f18c
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ SRC_C += \
$(FATFS_PATH)/ffsystem.c \
$(FATFS_PATH)/ffunicode.c \
# suppress warning caused by fatfs
CFLAGS += -Wno-error=cast-qual
# TinyUSB Host Stack source
SRC_C += \
src/class/cdc/cdc_host.c \