From 75d0c96d63af308d14f4fdf65e9fb98c7b8a2074 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 19 Apr 2020 14:25:45 +0200 Subject: build: silent build warnings for distcheck --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 986c1e94..b6af6ad4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,10 @@ EXTRA_DIST = \ meson_post_install.py \ po/meson.build +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ + CFLAGS='-Wno-deprecated-declarations' + DISTCLEANFILES = po/stamp-it # Build ChangeLog from GIT history -- cgit v1.2.1