1
0
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:
Karl Fessel 2022-01-28 15:24:52 +01:00
parent cf6e8825e2
commit 1de3f65259

View File

@ -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