mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
contrib/ports: Remove redundant -Wredundant-decls
This commit is contained in:
parent
39a9c5a3c5
commit
e8741da9d2
@ -37,7 +37,7 @@ CFLAGS+=-g -DLWIP_DEBUG -Wall -pedantic -Werror \
|
||||
-Wparentheses -Wsequence-point -Wswitch-default \
|
||||
-Wextra -Wundef -Wshadow -Wpointer-arith -Wcast-qual \
|
||||
-Wc++-compat -Wwrite-strings -Wold-style-definition -Wcast-align \
|
||||
-Wmissing-prototypes -Wredundant-decls -Wnested-externs \
|
||||
-Wmissing-prototypes -Wnested-externs \
|
||||
-Wunreachable-code -Wuninitialized -Wmissing-prototypes \
|
||||
-Wredundant-decls -Waggregate-return -Wlogical-not-parentheses
|
||||
# -Wconversion -Wsign-compare -Wmissing-include-dirs
|
||||
|
Loading…
Reference in New Issue
Block a user