mesa: Fix many printf-like warnings.
authorEric Anholt <eric@anholt.net>
Wed, 1 Sep 2010 21:46:22 +0000 (14:46 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 2 Sep 2010 00:08:23 +0000 (17:08 -0700)
commit86af037e6a1643284f87c5e01c3fcb09dd07bf35
tree6f6fa58ff73a01d6da27ffcab37ad96aaebae28e
parent3cddc15d9dcf44a0998dd5f29ae6f6d17370584e
mesa: Fix many printf-like warnings.

Most of these are just typecasting to long to match the arg type.  I
don't really care too much about getting a GLsizei or whatever
appropriate type in.  However, there were a number of real bugs, like
missing arguments or passing floats to integer format specifiers.  My
favorite: printflike("%s, argument") is missing an argument.
src/mesa/main/bufferobj.c
src/mesa/main/context.c
src/mesa/main/transformfeedback.c
src/mesa/swrast/s_context.c