pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fix i18n.c warning


From: Ben Pfaff
Subject: Re: fix i18n.c warning
Date: Sat, 24 Feb 2007 08:55:46 -0800
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

John Darrington <address@hidden> writes:

> On Thu, Feb 22, 2007 at 03:52:59PM -0800, Ben Pfaff wrote:
>      The following patch fixes a warning about an incompatible pointer
>      type.  OK to check it in?
>
> The problem is that libc defines iconv to take char ** whereas
> libiconv defines it to take const char **.  So whatever we do, there's
> going to be an warning on one platform or the other.
>
> The libc developers refuse to fix it, because it follows the mistake
> made by POSIX http://sourceware.org/bugzilla/show_bug.cgi?id=2962

How awful.
-- 
Ben Pfaff 
address@hidden
http://benpfaff.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]