On 08.08.2014 00:05, Stefan Fuhrmann wrote: > > > > On Thu, Aug 7, 2014 at 11:49 PM, Branko Čibej <[email protected] > <mailto:[email protected]>> wrote: > > On 07.08.2014 23:35, [email protected] > <mailto:[email protected]> wrote: >> Author: stefan2 >> Date: Thu Aug 7 21:35:01 2014 >> New Revision: 1616600 >> >> URL: http://svn.apache.org/r1616600 >> Log: >> Explicitly limit the dimensions of a star delta container which allows us >> to cast sizes to 32 bits. > > Can we explicitly use 32-bit types then, pretty please? Peppering > the code with casts is not the way to silence compiler warnings. > Using correct types is. > > > You mean like svn_stringbuf32_t? > > All FSX internal data structures in use explicit bitness (or are > supposed to do so) to prevent unpleasant surprises when > downgrading from 64 to 32 bit server software. > > However, at some point we have to cast from the platform > types we use in our aux data structures to the internal ones.
Ah, you mean adapting to the FS API. -- Brane -- Branko Čibej | Director of Subversion WANdisco | Realising the impossibilities of Big Data e. [email protected]

