[gnutls-devel] Missing function. Where is version_to_entry defined?

Tim Rühsen tim.ruehsen at gmx.de
Thu Feb 26 20:10:47 CET 2015


Am Freitag, 20. Februar 2015, 09:52:28 schrieb Nikos Mavrogiannopoulos:
> On Thu, Feb 19, 2015 at 12:53 AM, JONES, BILL <rj7252 at att.com> wrote:
> >>> "gnutls-3.3.11/lib/system.c", line 684: warning: argument #2 is 
incompatible with prototype:
> >>>         prototype: pointer to pointer to const char :
> >>>         "/appl/local-201501ss/include/iconv.h", line 83 argument :
> >>>         pointer to pointer to char
> >>
> >>I don't see anything const in the posix definition of this function.
> >>
> > In gnu/libiconv-1.14/include/iconv.h, I see:
> > extern LIBICONV_DLL_EXPORTED size_t iconv (iconv_t cd, const char* *
> > inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); which
> > translates to line 83 in the resulting iconv.h
> > extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft,
> > char* * outbuf, size_t *outbytesleft); If this is wrong, then your
> > suggesting that the libiconv team needs to fix this?
> In glibc's iconv there no const either. However, I don't see why the
> compiler needs to warn on that anyway.

:-) Lol, I just got an email... (I commented that 'missing' gcc 'feature' in 
2012)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49748

Tim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: </pipermail/attachments/20150226/4d04e6e4/attachment-0001.sig>


More information about the Gnutls-devel mailing list