diff options
author | raveit65 <[email protected]> | 2020-04-19 15:50:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 15:50:29 +0200 |
commit | 8eaceff2091dd9666d03149d7e3b38f8c1f4b043 (patch) | |
tree | 1c2e9f98fa6392622b881b405e4af93d432d215c | |
parent | 99c32b8933b184a5a3f4fd834fc7c2b79fa053f4 (diff) | |
download | mate-desktop-8eaceff2091dd9666d03149d7e3b38f8c1f4b043.tar.bz2 mate-desktop-8eaceff2091dd9666d03149d7e3b38f8c1f4b043.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 = \ |