From 1ac1fdfecf2b49272aed30d2649551a6fa2dff7e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 18 Jun 2009 14:50:50 +0000 Subject: enable compiler warnings git-svn-id: svn://tug.org/texlive/trunk@13815 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/tex4htk/ChangeLog | 8 ++++++++ Build/source/texk/tex4htk/Makefile.am | 3 ++- Build/source/texk/tex4htk/Makefile.in | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/tex4htk/ChangeLog b/Build/source/texk/tex4htk/ChangeLog index bb87d0e66ec..c13706d836d 100644 --- a/Build/source/texk/tex4htk/ChangeLog +++ b/Build/source/texk/tex4htk/ChangeLog @@ -1,3 +1,11 @@ +2009-06-18 Peter Breitenlohner + + * Makefile.am (AM_CPPFLAGS, AM_CFLAGS): enable compiler warnings. + + * t4ht.c: FIXME: this causes three 'might be used uninitialized' + warnings. + Given the complexity of the code I leave them for the maintainer. + 2009-05-07 Peter Breitenlohner Adapt to TL2009 build system. diff --git a/Build/source/texk/tex4htk/Makefile.am b/Build/source/texk/tex4htk/Makefile.am index 183a4ca8e02..d70006b482e 100644 --- a/Build/source/texk/tex4htk/Makefile.am +++ b/Build/source/texk/tex4htk/Makefile.am @@ -6,7 +6,8 @@ ACLOCAL_AMFLAGS = -I ../../m4 INCLUDES = $(KPATHSEA_INCLUDES) -AM_CPPFLAGS = -DUNIX -DKPATHSEA -DNeedFunctionPrototypes +AM_CPPFLAGS = -DANSI -DKPATHSEA +AM_CFLAGS = $(WARNING_CFLAGS) bin_PROGRAMS = t4ht tex4ht diff --git a/Build/source/texk/tex4htk/Makefile.in b/Build/source/texk/tex4htk/Makefile.in index ea6f9842aea..0c20983479e 100644 --- a/Build/source/texk/tex4htk/Makefile.in +++ b/Build/source/texk/tex4htk/Makefile.in @@ -246,7 +246,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 INCLUDES = $(KPATHSEA_INCLUDES) -AM_CPPFLAGS = -DUNIX -DKPATHSEA -DNeedFunctionPrototypes +AM_CPPFLAGS = -DANSI -DKPATHSEA +AM_CFLAGS = $(WARNING_CFLAGS) t4ht_SOURCES = t4ht.c t4ht_DEPENDENCIES = $(KPATHSEA_DEPEND) tex4ht_SOURCES = tex4ht.c -- cgit v1.2.3