diff options
author | raveit65 <[email protected]> | 2020-04-21 21:49:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:02:43 +0200 |
commit | 33f500a9e3c64489195916df32b2deb3a177b43c (patch) | |
tree | 152ce10862151ee50ca9864b70bcd7b1247343d2 | |
parent | 30bb9d3522c79172e8819024738d84af724a3292 (diff) | |
download | mate-power-manager-33f500a9e3c64489195916df32b2deb3a177b43c.tar.bz2 mate-power-manager-33f500a9e3c64489195916df32b2deb3a177b43c.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 |