fix redundant-decls warnings by usbd/usbh

This commit is contained in:
hathach
2022-06-24 22:22:52 +07:00
parent 1d6918ce41
commit 0042eccb3b
10 changed files with 16 additions and 21 deletions

View File

@@ -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 \