summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-04-17 14:34:55 +0700
committerhathach <[email protected]>2025-04-17 14:40:43 +0700
commitb1eedf4d1d95d6e8c7de425080a107a33cbf0e5d (patch)
tree2a3c568ca9742b491b5bef7ae953330e3d9ef948 /examples/host
parenteea42fd1197bea01eb480363ccf573544f4c9551 (diff)
fix iar make build with wb and u5
Diffstat (limited to 'examples/host')
-rw-r--r--examples/host/msc_file_explorer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/msc_file_explorer/Makefile b/examples/host/msc_file_explorer/Makefile
index c7d6a7cae..f0872376f 100644
--- a/examples/host/msc_file_explorer/Makefile
+++ b/examples/host/msc_file_explorer/Makefile
@@ -22,6 +22,6 @@ SRC_C += \
$(FATFS_PATH)/ffunicode.c \
# suppress warning caused by fatfs
-CFLAGS += -Wno-error=cast-qual
+CFLAGS_GCC += -Wno-error=cast-qual
include ../../build_system/make/rules.mk