From ce9fe80df14e6504a2d9beed1131c831258ce204 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 19 Apr 2020 13:52:24 +0200 Subject: build: silent build warnings for distcheck --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index ef0f2f1..9e30153 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,9 @@ SUBDIRS = \ docs \ examples +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no + EXTRA_DIST = autogen.sh MAINTAINERCLEANFILES = \ -- cgit v1.2.1