1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/cn-cbor: ignore return local address warning

This warning is triggered with gcc 10 on riscv and make the build to fail
This commit is contained in:
Alexandre Abadie 2021-02-09 17:09:33 +01:00
parent 609c9ada34
commit a51df1fd30

View File

@ -7,6 +7,7 @@ include $(RIOTBASE)/pkg/pkg.mk
# Enable code forcing aligned reads
CFLAGS += -DCBOR_ALIGN_READS
CFLAGS += -Wno-return-local-addr
all:
"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)