summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/host/msc_file_explorer/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/host/msc_file_explorer/Makefile b/examples/host/msc_file_explorer/Makefile
index b0f9959fc..de2f9c01c 100644
--- a/examples/host/msc_file_explorer/Makefile
+++ b/examples/host/msc_file_explorer/Makefile
@@ -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 \