Skip to content

Commit d0a089f

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent f13a023 commit d0a089f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ DISTCLEANFILES = \
1515
omf.make \
1616
xmldocs.make
1717

18+
DISTCHECK_CONFIGURE_FLAGS = \
19+
CFLAGS='-Wno-deprecated-declarations'
20+
1821
EXTRA_DIST = \
1922
autogen.sh
2023

0 commit comments

Comments
 (0)