On 06/14/2012 08:16 AM, Greg Stein wrote:
Adjust the log message to note the incorrect main change, and the
revision where it was reverted?
Done.
On Jun 13, 2012 11:22 PM, <[email protected]
<mailto:[email protected]>> wrote:
Author: stefan2
Date: Wed Jun 13 21:22:24 2012
New Revision: 1350021
URL: http://svn.apache.org/viewvc?rev=1350021&view=rev
<http://svn.apache.org/viewvc?rev=1350021&view=rev>
Log:
Silence more GCC conversion warnings (-Wconversion).
* subversion/libsvn_subr/adler32.c
(svn__adler32): adler32 returns always 32 bits
* subversion/libsvn_subr/cache.c
(svn_cache__format_info): do all calculations in double
* subversion/libsvn_subr/cache-membuffer.c
(is_group_initialized, initialize_group): explicitly cast to bytes
(svn_cache__membuffer_cache_create): test for overflow before casting
* subversion/libsvn_subr/string.c
(svn__ui64toa): result of % will fit into 32 bits
* subversion/mod_authz_svn/mod_authz_svn.c
(convert_case): explicitly cast back to char
[snip]