diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-18 17:15:24 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-18 17:15:24 +0000 |
commit | 796d0c11816d6cbd743d700854f6d41dee56bd51 (patch) | |
tree | 05a0131f263aea2265592c2815f69a78893d60d0 /Build/source/texk/bibtex8/Makefile.in | |
parent | 86f9ba21326353dd3cac3586e17739779575b823 (diff) |
enable compiler warnings for bibtex8
towards fixing the signed/unsigned char problem
git-svn-id: svn://tug.org/texlive/trunk@13818 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex8/Makefile.in')
-rw-r--r-- | Build/source/texk/bibtex8/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex8/Makefile.in b/Build/source/texk/bibtex8/Makefile.in index 6a6174310c2..3c60f363f5c 100644 --- a/Build/source/texk/bibtex8/Makefile.in +++ b/Build/source/texk/bibtex8/Makefile.in @@ -245,6 +245,7 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 INCLUDES = $(KPATHSEA_INCLUDES) AM_CPPFLAGS = -DUNIX -DKPATHSEA -DSUPPORT_8BIT -funsigned-char +AM_CFLAGS = $(WARNING_CFLAGS) bibtex8_SOURCES = \ bibtex-1.c \ bibtex-2.c \ |