> Hi,
> 
> I've noticed the "fix" WRT g_iconv() i.e., the added cast to (const char **).
> iconv() is simply broken by design i.e., it uses a different prototype
> in several implementations. Some of them declare the input buffer const
> while others don't. None of them modifies the input ever, AFAIK. So whatever
> you use (const or not), you'll just silence the warning for some
> implementations and cause another for the rest of it.
> 
> Whatever works, leave it at that and just don't bother.

OK.

Perhaps a little comment there would be fine. Otherwise other people
might try to "fix" that later, too. ;)


Greetings,
Thomas.


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Gtk-gnutella-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to