On Wed, Dec 24, 2014 at 5:41 PM, Eli Zaretskii <[email protected]> wrote: > In addition, there are non-fatal warnings: libiconv routines are > called with 'char **' arguments where the functions expect to get a > 'const char **' argument, and there's one case of conflicting > prototypes in pcterm.c. Patch for the latter is below; as for the > iconv problem, I'm unsure how best to solve this, since I don't > understand why the code doesn't use the correct types -- perhaps > because non-GNU implementations of libiconv need that?
Which functions are giving warnings? All the documentation I have looked at for "iconv" doesn't show "const" for any of the arguments.
