pkg/oonf_api: ignore implicit fallthrough errors by GCC 7

This commit is contained in:
smlng 2018-01-24 15:48:05 +01:00
parent 14911c1883
commit 166ce0acd5

View File

@ -5,6 +5,9 @@ PKG_LICENSE=BSD-3-Clause
MODULE:=$(PKG_NAME)
# GCC 7.x fails on (intentional) fallthrough, thus disable implicit-fallthrough.
CFLAGS += -Wno-implicit-fallthrough
.PHONY: all
all: git-download