1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00

Merge pull request #7922 from daniel-santos/classpath

classpath: Fix breakage caused by -Werror=implicit-fallthrough
This commit is contained in:
Hannu Nyman 2019-01-19 13:16:06 +02:00 committed by GitHub
commit 2b80a91ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ define Download/antlr
endef
$(eval $(call Download,antlr))
EXTRA_CFLAGS += -Wno-error=implicit-fallthrough
CONFIGURE_ARGS += \
--with-gmp="$(STAGING_DIR)/usr" \
--without-x \