diff options
author | raveit65 <[email protected]> | 2020-04-19 15:50:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 15:51:40 +0200 |
commit | a323718b03b0c4880ef4ddfe11b52037cd69b61c (patch) | |
tree | 9f011a96b625a0227a5475cf1ad7a0117d9fffe0 | |
parent | 8110d3db653977727cd5d66b81813e6b76dba5b1 (diff) | |
download | mate-desktop-a323718b03b0c4880ef4ddfe11b52037cd69b61c.tar.bz2 mate-desktop-a323718b03b0c4880ef4ddfe11b52037cd69b61c.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 01b0f11..6be0d84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ |