1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/qr-code-generator: fix compilation with NDEBUG

This commit is contained in:
Gunar Schorcht 2021-12-10 16:21:31 +01:00
parent 7405df2607
commit b044e8355d

View File

@ -7,5 +7,8 @@ include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-type-limits
# avoid compilation errors when NDEBUG is defined
CFLAGS += -Wno-unused-parameter
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/c -f $(CURDIR)/$(PKG_NAME).mk