From ee6b471c5b35d03130a055c827c9c20b4381c3d9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 18 Apr 2020 22:29:59 +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 5ffa0623..4497c8e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-icon-update \ --enable-gtk-doc \ --disable-self-check \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -- cgit v1.2.1