From ec9c6c92f38e82ae22afe53096dc2189cd11fdfa Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 21 Apr 2020 22:05:45 +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 e710273..65e0a4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ NULL = DISTCHECK_CONFIGURE_FLAGS = \ --without-systemd \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' SUBDIRS = \ -- cgit v1.2.1