From 6db6558f9ae219d9be304f280896c84e08d06661 Mon Sep 17 00:00:00 2001 From: prspkt Date: Thu, 13 Jun 2019 01:17:40 +0300 Subject: testing/td-agent-bit: don't fail on implicit fallthrough --- testing/td-agent-bit/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/td-agent-bit') diff --git a/testing/td-agent-bit/APKBUILD b/testing/td-agent-bit/APKBUILD index 371378ca79..926729a5cf 100644 --- a/testing/td-agent-bit/APKBUILD +++ b/testing/td-agent-bit/APKBUILD @@ -3,7 +3,7 @@ pkgname=td-agent-bit _pkgname=fluent-bit pkgver=0.10.1 -pkgrel=2 +pkgrel=3 pkgdesc="Fast and Lightweight Log/Data Forwarder [fluent-bit]" url="http://fluentbit.io" arch="all !aarch64 !s390x" @@ -24,6 +24,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_SYSCONFDIR=/etc \ -DCMAKE_INSTALL_LIBDIR:PATH=lib \ + -DCMAKE_C_FLAGS="$CFLAGS -Wno-implicit-fallthrough" \ -DFLB_ALL=ON \ -DFLB_TD=ON .. make || return 1 -- cgit v1.2.3