diff options
author | raveit65 <[email protected]> | 2020-04-20 16:40:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-20 16:41:23 +0200 |
commit | a249fedfea57199b93a904fa6c53305239e50ebe (patch) | |
tree | 1a614b0603a8434cf24416afdef52cc4b50a7f4a | |
parent | 0762d5274c6b38c32aaf8e49c932faf11840a6ec (diff) | |
download | mate-panel-a249fedfea57199b93a904fa6c53305239e50ebe.tar.bz2 mate-panel-a249fedfea57199b93a904fa6c53305239e50ebe.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 467040c3..e6421580 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-introspection \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ |