diff options
author | raveit65 <[email protected]> | 2020-04-21 22:18:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:18:24 +0200 |
commit | c808c0ce5b9a0c4cefd275d910353a9279605854 (patch) | |
tree | 59c4337fb9f998cb6438fa995a190ee049d33aaa | |
parent | 733aafa065d292813de5edbcbb4b2aca75f0c8b6 (diff) | |
download | mate-settings-daemon-c808c0ce5b9a0c4cefd275d910353a9279605854.tar.bz2 mate-settings-daemon-c808c0ce5b9a0c4cefd275d910353a9279605854.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 414a03a..e6eeaad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ SUBDIRS = \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ |