From 18532da9611999a13db4c068e6e371e9b2a4c004 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 21 Apr 2020 21:43:17 +0200 Subject: build: silent build warnings for distcheck --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index dcbc79c..26000da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = po src DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ -- cgit v1.2.1