From 2cf0e901fd6c9746b83642235f7999a3f6a5fbc7 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