On Mon, Apr 27, 2009 at 08:22:23PM +0100, Robin Cornelius wrote:
> 1) http://jira.secondlife.com/browse/VWR-12989
> 
> test failing to build because lltut.h uses memcmp but does not include
> string.h

Surely you mean <cstring>

> 2) http://jira.secondlife.com/browse/VWR-12995
> 
> Another 64 bit printf issue with a %d for a size_t, fix same as last
> time change to %ld and cast up to long.

Sorry, but a size_t is unsigned. You have to use %lu

> If i see no objections i'll commit these in

I object! :p

> Thanks
> 
> Robin

-- 
Carlo Wood <[email protected]>
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/SLDev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to