mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
lwip: ignore address warnings
lwIP uses a lot of macro "magic" (including dereferencing then pointerizing pointers again) that confuses the static code checker of most compilers.
This commit is contained in:
parent
95c114bc35
commit
dd30a51d2b
@ -10,6 +10,8 @@ LWIP_MODULE_MAKEFILE = $(RIOTBASE)/Makefile.base
|
||||
|
||||
.PHONY: all $(LWIP_MODULES)
|
||||
|
||||
CFLAGS += -Wno-address
|
||||
|
||||
make_module = "$(MAKE)" -f $(LWIP_MODULE_MAKEFILE) MODULE=$(1) -C $(2)
|
||||
|
||||
all: git-download lwip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user