On Thu, Jun 01, 2006 at 05:46:05PM +0200, Simon Josefsson wrote:
> Joe Orton <[EMAIL PROTECTED]> writes:
> > BTW there are a bunch of warnings in libidn on x86_64 of the nature:
> >
> > idn.c:142: warning: format ‘%d’ expects type ‘int’, but argument 3 has type 
> > ‘size_t’
> >
> > there are various ways to fix this, not sure what you'd prefer.  Using 
> > %ld/%lu to print {s,}size_t values is the simplest if not 100% correct.
> 
> Using %lu and casting size_t to (unsigned long) seem as correct as I
> can think of, please try the updated daily build (same link as above).

That seems fine, thanks.

joe


_______________________________________________
Help-libidn mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-libidn

Reply via email to