diff options
author | raveit65 <[email protected]> | 2020-04-19 14:58:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 15:00:09 +0200 |
commit | 4354da54c1a1f0dc93df1e44f70544f4162ca685 (patch) | |
tree | eca5ffec84a171d94a37782bb4bb215dcc32b87b | |
parent | 02cc0f40a777ecbc035fa7d3a70d37539eb3d95d (diff) | |
download | mate-control-center-4354da54c1a1f0dc93df1e44f70544f4162ca685.tar.bz2 mate-control-center-4354da54c1a1f0dc93df1e44f70544f4162ca685.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 4aaa856e..49595bbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,7 @@ EXTRA_DIST = \ DISTCHECK_CONFIGURE_FLAGS = \ --disable-update-mimedb \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' GITIGNOREFILES=m4 |