2008/12/28 Vincent Pelletier <plr.vinc...@gmail.com>:
> +        WARN("(%p) Creating an oversized surface: %ix%i\n", This, 
> This->pow2Height, This->pow2Width);

pow2Height and pow2Width are unsigned, so you'd want to use %u there.


Reply via email to