commit | a62f031bc394e20a0f33dafe3af60a294ad7f09e | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Mon May 02 19:10:06 2016 -0600 |
committer | Brian Paul <brianp@vmware.com> | Wed May 04 14:49:39 2016 -0600 |
tree | 8e0b86b5fd87b54df8d6466e25486fcb097d6224 | |
parent | 51300a038701a00e9522c6031d349c92e76bf469 [diff] |
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>