mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:29:46 +01:00
pkg/libhydrogen: silence gcc 11.2.0 false posive stringop-overflow
This commit is contained in:
parent
7344e14e1b
commit
fe428c370b
@ -9,5 +9,8 @@ include $(RIOTBASE)/pkg/pkg.mk
|
||||
CFLAGS += -Wno-type-limits
|
||||
CFLAGS += -Wno-cast-align
|
||||
|
||||
# Silence warning popping up since `gcc version 11.2.0 (Ubuntu 11.2.0-19ubuntu1)`
|
||||
CFLAGS += -Wno-stringop-overflow
|
||||
|
||||
all:
|
||||
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base
|
||||
|
Loading…
Reference in New Issue
Block a user