summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-12-04 21:35:10 +0700
committerhathach <[email protected]>2025-12-04 21:35:10 +0700
commit15bdd8593345f763b74e39866c2b506746d250ee (patch)
treed5b2d3dc9917e8b09a796234594772f3236736f7 /examples
parent9f291dac260f82d5a8f1b11251703e79da12996a (diff)
parente7105b1fa3ccd8200fe7fb8b0759d00afc9b07c1 (diff)
Merge branch 'master' into dwc2_cfg
Diffstat (limited to 'examples')
-rw-r--r--examples/build_system/make/toolchain/gcc_common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/build_system/make/toolchain/gcc_common.mk b/examples/build_system/make/toolchain/gcc_common.mk
index 0cbb6774d..42fd01183 100644
--- a/examples/build_system/make/toolchain/gcc_common.mk
+++ b/examples/build_system/make/toolchain/gcc_common.mk
@@ -31,6 +31,9 @@ CFLAGS += \
-Wreturn-type \
-Wredundant-decls \
+CFLAGS_CLANG += \
+ -Wno-error=unknown-warning-option
+
# -Wmissing-prototypes \
# conversion is too strict for most mcu driver, may be disable sign/int/arith-conversion
# -Wconversion