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. -- Christian
pgpg1a3aGsak3.pgp
Description: PGP signature
