Re: [Exim] Exim 4.21 released

Top Page
Delete this message
Reply to this message
Author: Dariusz Sznajder
Date:  
To: exim-users
Subject: Re: [Exim] Exim 4.21 released
On Thu, 14 Aug 2003, Philip Hazel wrote:
> > rfc2047.c: In function 'rfc2047_decode':
> > rfc2047.c:251: warning: passing arg 2 of 'iconv' from incompatible
> > pointer type
> Thanks. The first two are understood; I'll take a look at the third.

Second argument (inbuf) of iconv() from current glibc doesn't have const
modifier.

http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/iconv/iconv.h.diff?r1=1.4&r2=1.5&cvsroot=glibc

--
Dariusz Sznajder