From c808c0ce5b9a0c4cefd275d910353a9279605854 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 21 Apr 2020 22:18:24 +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 414a03a..e6eeaad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ SUBDIRS = \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ -- cgit v1.2.1