From c5a207ce77e67ec4dbccdfde217811401edc8291 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 17 Apr 2020 16:41:40 +0200 Subject: build: silent build warnings for distcheck they are already displayed during `make`, no need to display them twice. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 916d8cf7..c77ddd92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,6 +73,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-caja \ --disable-tests \ --disable-silent-rules \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf -- cgit v1.2.1