summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index fa909ddca..27e1db38c 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -113,7 +113,8 @@ CFLAGS += \
-Wunused \
-Wredundant-decls
-# -Wconversion \
+# conversion is too strict for most mcu driver, may be disable sign/int/arith-conversion
+# -Wconversion
# Debugging/Optimization
ifeq ($(DEBUG), 1)