main: uses casts to silence some _mesa_debug() format warnings
authorBrian Paul <brianp@vmware.com>
Tue, 3 May 2016 01:10:06 +0000 (19:10 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 4 May 2016 20:49:39 +0000 (14:49 -0600)
commita62f031bc394e20a0f33dafe3af60a294ad7f09e
tree8e0b86b5fd87b54df8d6466e25486fcb097d6224
parent51300a038701a00e9522c6031d349c92e76bf469
main: uses casts to silence some _mesa_debug() format warnings

Silences warnings with 32-bit Linux gcc builds and MinGW which doesn't
recognize the â€˜t’ conversion character.

Reviewed-by: Sinclair Yeh <syeh@vmware.com>
src/mesa/main/bufferobj.c