lwip: silence uninitialized and fallthrough warnings
This commit is contained in:
parent
ccbe517702
commit
3471d369f9
1 changed files with 3 additions and 3 deletions
|
@ -30,6 +30,6 @@ endif
|
||||||
CFLAGS += -Wno-address # lots of LWIP source files evaluate macros that check address of stack variables
|
CFLAGS += -Wno-address # lots of LWIP source files evaluate macros that check address of stack variables
|
||||||
|
|
||||||
ifeq ($(GCC_NOT_5_2_0), 1)
|
ifeq ($(GCC_NOT_5_2_0), 1)
|
||||||
else
|
lwip/src/netif/ppp/ppp.o: CFLAGS += -Wno-uninitialized
|
||||||
netif/ppp/pppos.o: CFLAGS += -Wno-type-limits
|
lwip/src/netif/ppp/pppos.o: CFLAGS += -Wno-implicit-fallthrough
|
||||||
endif
|
endif
|
Loading…
Reference in a new issue