diff options
author | raveit65 <[email protected]> | 2020-04-21 21:49:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 21:49:10 +0200 |
commit | b269c5d65c6eb13382d70f0141005fc4fa69638d (patch) | |
tree | 5fc71829c6079ae18d1c09c8e20be498d984c784 | |
parent | f4972bea6b40a62e64e17f0dcc9ccb4675fbbb25 (diff) | |
download | mate-power-manager-b269c5d65c6eb13382d70f0141005fc4fa69638d.tar.bz2 mate-power-manager-b269c5d65c6eb13382d70f0141005fc4fa69638d.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 6d799a5..3145031 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-applets \ --disable-tests \ --without-keyring \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history |