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
|
CFLAGS += -Wno-type-limits
|
||||||
|
|
||||||
|
# avoid compilation errors when NDEBUG is defined
|
||||||
|
CFLAGS += -Wno-unused-parameter
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/c -f $(CURDIR)/$(PKG_NAME).mk
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/c -f $(CURDIR)/$(PKG_NAME).mk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user