Re: [PATCH] clean up minor compiler warnings

2007-06-10 Thread Vincent Lefevre
On 2007-06-10 00:22:30 -0700, Andrew Gaul wrote: > Index: muttlib.c > === > RCS file: /home/roessler/cvs/mutt/muttlib.c,v > retrieving revision 3.45 > diff -u -p -r3.45 muttlib.c > --- muttlib.c 2 Jan 2007 17:10:34 - 3.45 > +

[PATCH] clean up minor compiler warnings

2007-06-10 Thread Andrew Gaul
Attached is a patch that cleans up a few minor compiler warnings. charset.c: bogus string concatenation muttlib.c: signedness fix up globals.h, protos.h, rfc822.h: redundant declaration -- Andrew Gaul http://gaul.org/ Index: charset.c =