From 87c2c31f40fdb9d20479cee511f005379db0181d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 22 Apr 2020 17:25:33 +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 6022fc4..e10f2e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ NULL = DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --disable-silent-rules \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' appdatadir = $(datadir)/metainfo -- cgit v1.2.1