bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] one (picky) warning


From: Joseph Heled
Subject: [Bug-gnubg] one (picky) warning
Date: Sat, 05 Jul 2003 21:00:32 +1200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

If we want to be extra picky, I still get one warning

gnubg.c:7639: warning: passing arg 2 of `iconv' from incompatible pointer type

Now, configure said it groked my proto as:

extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);

So what irkes the compiler is the extra const in 'const char ** inbuf'

A quick look at the configure script showed it need to be replaced by ICONV_CONST.

Fixed in development branch.

-Joseph






reply via email to

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