Skip to content

Commit

Permalink
disable deprecation warnings for distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Dec 20, 2018
1 parent aa9aba6 commit 4fec5a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile.am
Expand Up @@ -2,10 +2,8 @@ NULL =

SUBDIRS = data po man mate-volume-control

DISTCHECK_CONFIGURE_FLAGS = \
--enable-more-warnings \
--enable-compile-warnings=maximum \
--enable-deprecated
DISTCHECK_CONFIGURE_FLAGS = \
CFLAGS='-Wno-deprecated-declarations'

DIST_SUBDIRS = \
data \
Expand Down

0 comments on commit 4fec5a8

Please sign in to comment.