diff options
author | raveit65 <[email protected]> | 2020-04-19 13:57:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 13:57:19 +0200 |
commit | 05ed959fd8e508f886f98e4b082bad7941755b90 (patch) | |
tree | bb8d3582775a1f3db5d817b25c520ff6d5c3ee7c | |
parent | 70ee8a99430ecbf638b3f445a97b39e61a01299f (diff) | |
download | libmateweather-05ed959fd8e508f886f98e4b082bad7941755b90.tar.bz2 libmateweather-05ed959fd8e508f886f98e4b082bad7941755b90.tar.xz |
build: silent build warnings for distcheck
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ae1a146..96daec7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-icon-update \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ |