diff options
author | raveit65 <[email protected]> | 2020-04-22 18:42:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 18:43:14 +0200 |
commit | 2a70a067b645a5283925104f75769e17a019132f (patch) | |
tree | 5d100c3a90b80500c9afb603873997fa329d6f14 | |
parent | e03969cde4e328ab154c5644fbebaebb81f23fe1 (diff) | |
download | mate-utils-2a70a067b645a5283925104f75769e17a019132f.tar.bz2 mate-utils-2a70a067b645a5283925104f75769e17a019132f.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 f88cb1d0..2ed4dc4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history |