Skip to content

Commit f64fbb2

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 6eb6086 commit f64fbb2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile.am

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ NULL =
22

33
SUBDIRS = data po man mate-volume-control
44

5-
DISTCHECK_CONFIGURE_FLAGS = \
6-
--enable-more-warnings \
7-
--enable-compile-warnings=maximum \
8-
--enable-deprecated
5+
DISTCHECK_CONFIGURE_FLAGS = \
6+
CFLAGS='-Wno-deprecated-declarations'
97

108
DIST_SUBDIRS = \
119
data \

0 commit comments

Comments
 (0)