diff options
author | raveit65 <[email protected]> | 2020-04-22 18:52:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 18:52:26 +0200 |
commit | 334f9d0be8ad761988395e2bd9dd650f38451190 (patch) | |
tree | b91ba929fdda3fac140b41abd1a22473c9cc9d8a | |
parent | 738ea8347fe4c18b6f07cb4f247bd35a4c6dda0b (diff) | |
download | pluma-334f9d0be8ad761988395e2bd9dd650f38451190.tar.bz2 pluma-334f9d0be8ad761988395e2bd9dd650f38451190.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 c4d648fe..cff26708 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-tests \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history |