From ef6828db3f74d9c0ad7e0d9dff1e849a39bf90ff Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 17 Jun 2009 16:38:00 +0000 Subject: enable compiler warnings use ANSI C functions prototypes avoid compiler warnings git-svn-id: svn://tug.org/texlive/trunk@13782 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/seetexk/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'Build/source/texk/seetexk/ChangeLog') diff --git a/Build/source/texk/seetexk/ChangeLog b/Build/source/texk/seetexk/ChangeLog index 1d8007ff6d6..fc78cbb47e7 100644 --- a/Build/source/texk/seetexk/ChangeLog +++ b/Build/source/texk/seetexk/ChangeLog @@ -1,3 +1,20 @@ +2009-06-17 Peter Breitenlohner + + * Makefile.am (AM_CFLAGS): enable compiler warnings. + + * use ANSI C prototypes for all functions. + * tempfile.h (new): prototype for MakeRWTempFile. + * Makefile.am: distribute tempfile.h. + + * avoid unused variables, remove rcsid's. + * remove unnecessary prototypes for static functions + (some with long/i32 discrepancies). + * dvibook.c, dviconcat.c, dviselect.c, dvitodvi.c: + (HandleFontDef) add explicit braces to avoid ambiguous `else'. + * dviselect.c (main): add parentheses around && within ||. + * font.h: guard against multiple inclusion. + * gripes.h: #include "font.h", for struct font. + 2009-06-02 Peter Breitenlohner * tempfile.c: define __cdecl only when used, to avoid warnings -- cgit v1.2.3