aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ghex/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-27 13:03:31 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-27 13:56:17 +0000
commit44145647aae3c0f963b679a46d0046d3502af5bf (patch)
tree9548896cd629d82b8c46fb4470f2ab8c01cdbec3 /testing/ghex/APKBUILD
parent9fd168b7733ea98bd102aeb687dfc639d491e62a (diff)
downloadaports-44145647aae3c0f963b679a46d0046d3502af5bf.tar.bz2
aports-44145647aae3c0f963b679a46d0046d3502af5bf.tar.xz
testing/ghex: disable compiler warnings
Diffstat (limited to 'testing/ghex/APKBUILD')
-rw-r--r--testing/ghex/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ghex/APKBUILD b/testing/ghex/APKBUILD
index d60ce7141b..fa59c0d9cf 100644
--- a/testing/ghex/APKBUILD
+++ b/testing/ghex/APKBUILD
@@ -24,6 +24,7 @@ build() {
--host=$CHOST \
--prefix=/usr \
--disable-schemas-compile \
+ --enable-compile-warnings=no \
|| return 1
make || return 1
}