1
0
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:
benpicco 2021-10-25 16:26:17 +02:00 committed by GitHub
commit 83c1db596d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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