[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r993183 - in /subversion/trunk/subversion: include/ libsvn_diff/ libsvn_ra_serf/ libsvn_subr/ mod_dav_svn/reports/

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 15 Sep 2010 17:12:09 +0200

On Wed, Sep 15, 2010 at 02:27:21PM +0100, Julian Foad wrote:
> Also printf formatting type mismatches:
>
> subversion/libsvn_subr/svn_string.c: In function
> 'svn_cstring_strtoui64':
> subversion/libsvn_subr/svn_string.c:662: format '%lu' expects type 'long
> unsigned int', but argument 5 has type 'apr_uint64_t'
> subversion/libsvn_subr/svn_string.c:662: format '%lu' expects type 'long
> unsigned int', but argument 6 has type 'apr_uint64_t'
> subversion/libsvn_subr/svn_string.c: In function 'svn_cstring_strtoi64':
> subversion/libsvn_subr/svn_string.c:706: format '%ld' expects type 'long
> int', but argument 5 has type 'apr_int64_t'
> subversion/libsvn_subr/svn_string.c:706: format '%ld' expects type 'long
> int', but argument 6 has type 'apr_int64_t'
>
> (These should use APR_[U]INT64_T_FMT. Doing so is complicated by the
> fact that the format string localization tools don't like string
> concatenation with macros, and there's no pool easily available to do a
> temporary printf.)

The translation issues is why I didn't use the APR_[U]INT64_T_FMT.
It's either using it and make life hard for translators, or have these
warnings... neither solution is perfect. Or is there a better solution?

We have a similar define for svn_revnum_t BTW, but it's been deprecated
for the same reason.

Stefan
Received on 2010-09-15 17:13:02 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.