Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)
* change TUD_EPBUF_TYPE_DEF order * add and fix -Wmissing-prototypes warnings for cmake (skip make)
This commit is contained in:
@@ -31,6 +31,7 @@ CFLAGS += \
|
||||
-Wreturn-type \
|
||||
-Wredundant-decls \
|
||||
|
||||
# -Wmissing-prototypes \
|
||||
# conversion is too strict for most mcu driver, may be disable sign/int/arith-conversion
|
||||
# -Wconversion
|
||||
|
||||
|
Reference in New Issue
Block a user