mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/wamr: Makefile accept pedantic, filter Wcast-align
This commit is contained in:
parent
cf6e8825e2
commit
1de3f65259
@ -13,7 +13,7 @@ PKG_CUSTOM_PREPARED = CHECK_VERSION
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
#less Wall TODO: get things fixed upstream
|
||||
CFLAGS := $(filter-out -pedantic, $(CFLAGS))
|
||||
CFLAGS := $(filter-out -Wcast-align, $(CFLAGS))
|
||||
CFLAGS := $(filter-out -Werror, $(CFLAGS))
|
||||
CFLAGS += -Wno-format
|
||||
CFLAGS += -Wno-strict-prototypes
|
||||
|
Loading…
Reference in New Issue
Block a user