summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-06-24 22:22:52 +0700
committerhathach <[email protected]>2022-06-24 22:52:11 +0700
commit0042eccb3b2ff0f980f3a927a271364a2089ada5 (patch)
treef1c970e2554ee084b17483921b6a8c9a5bbf0c7e /examples/make.mk
parent1d6918ce419b7df13def76759ba804c46ea8024c (diff)
fix redundant-decls warnings by usbd/usbh
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 26065c027..fa909ddca 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -90,13 +90,13 @@ CFLAGS += \
-ffunction-sections \
-fsingle-precision-constant \
-fno-strict-aliasing \
- -Wdouble-promotion \
- -Wstrict-prototypes \
- -Wstrict-overflow \
-Wall \
-Wextra \
-Werror \
-Wfatal-errors \
+ -Wdouble-promotion \
+ -Wstrict-prototypes \
+ -Wstrict-overflow \
-Werror-implicit-function-declaration \
-Wfloat-equal \
-Wundef \