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:
parent
7405df2607
commit
b044e8355d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user