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…
x
Reference in New Issue
Block a user