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:
parent
609c9ada34
commit
a51df1fd30
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user