Skip to content
Snippets Groups Projects
Commit e6d4235a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

json-c: disable implicit fallthrough warning (gcc 7)


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 60241e52
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
include $(INCLUDE_DIR)/package.mk
TARGET_CFLAGS += $(FPIC)
TARGET_CFLAGS += $(FPIC) -Wno-implicit-fallthrough
define Package/libjson-c
SECTION:=libs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment