From 4efb6b1211b129348c3eccd3fda08d1625bdbfc8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 19 Apr 2020 13:57:19 +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 ae1a146..96daec7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-icon-update \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ -- cgit v1.2.1