mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #17048 from miri64/pkg_hacl/fix/gcc-11
pkg/hacl: make compilable with GCC 11
This commit is contained in:
commit
83c1db596d
@ -7,7 +7,7 @@ PKG_LICENSE=MIT
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
CFLAGS += -DKRML_NOUINT128 -Wno-unused-parameter
|
||||
CFLAGS += -DKRML_NOUINT128 -Wno-unused-parameter -Wno-array-parameter
|
||||
|
||||
all:
|
||||
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base
|
||||
|
Loading…
Reference in New Issue
Block a user