diff options
author | raveit65 <[email protected]> | 2020-04-19 14:52:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 14:54:11 +0200 |
commit | e4c35fce24416d0d6e5bf8772b8822a819259aca (patch) | |
tree | 776f0a0c794c1586805ecdc8f5b2944f6a223ae0 | |
parent | fb95f7e236c6716bb5cd39b1421c6054ec983b1a (diff) | |
download | mate-calc-e4c35fce24416d0d6e5bf8772b8822a819259aca.tar.bz2 mate-calc-e4c35fce24416d0d6e5bf8772b8822a819259aca.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 5a74e24..3f04fad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ DISTCLEANFILES = \ xmldocs.make DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ |