From f64fbb2132ce3e3c52709b0ba06de3af5b792331 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 20 Dec 2018 15:04:22 +0100 Subject: disable deprecation warnings for distcheck --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ce3d554..27c8e92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,10 +2,8 @@ NULL = SUBDIRS = data po man mate-volume-control -DISTCHECK_CONFIGURE_FLAGS = \ - --enable-more-warnings \ - --enable-compile-warnings=maximum \ - --enable-deprecated +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' DIST_SUBDIRS = \ data \ -- cgit v1.2.1