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.am | |
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.am')
-rw-r--r-- | Build/source/texk/bibtex8/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex8/Makefile.am b/Build/source/texk/bibtex8/Makefile.am index 6da1721a524..6e82fc8263f 100644 --- a/Build/source/texk/bibtex8/Makefile.am +++ b/Build/source/texk/bibtex8/Makefile.am @@ -7,6 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../m4 INCLUDES = $(KPATHSEA_INCLUDES) AM_CPPFLAGS = -DUNIX -DKPATHSEA -DSUPPORT_8BIT +AM_CFLAGS = $(WARNING_CFLAGS) + ## FIXME: (1) this should go away once the code has been carefully ## FIXME: analyzed and uses 'unsigned char' where necessary. ## FIXME: (2) this should go to AM_CFLAGS, but AIX xlc only |