From 620a00cb94fd18705d7be9430dda8514f8938cd9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 20 Apr 2020 16:40:10 +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 467040c3..e6421580 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-introspection \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ -- cgit v1.2.1