pkg/oonf_api: ignore implicit fallthrough errors by GCC 7
This commit is contained in:
parent
14911c1883
commit
166ce0acd5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user