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/utils.c | |
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/utils.c')
-rw-r--r-- | Build/source/texk/bibtex8/utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/bibtex8/utils.c b/Build/source/texk/bibtex8/utils.c index 8c11e614137..dc9b801aaac 100644 --- a/Build/source/texk/bibtex8/utils.c +++ b/Build/source/texk/bibtex8/utils.c @@ -118,7 +118,6 @@ ****************************************************************************** ****************************************************************************** */ -static char *rcsid = "$Id: utils.c,v 3.71 1996/08/18 20:37:06 kempson Exp $"; #include <stdarg.h> #ifdef WIN32 @@ -1573,7 +1572,9 @@ int c8read_csf (void) int c, i; int in_comment; char sx[BUF_SIZE + 1]; +#ifndef KPATHSEA char *value; +#endif /* ** Construct the name of the CS file to be used: |