[Mesa-dev] [PATCH] vbo: fix debug message format string in case of 32-bit machines

0xe2.0x9a.0x9b at gmail.com
Tue Aug 2 14:45:01 UTC 2016


On Tue, Aug 2, 2016 at 4:13 PM, Brian Paul <brianp at vmware.com> wrote:
> In bufferobj.c, it looks like we're just using %d or %s and casting the
> arguments to int.  But in other places, we're using %ld and casting to long.
> That's not going to accurately report 64-bit values, but I guess that hasn't
> been a concern so far.

Thanks. I updated the patch.

Btw: What is the use case for compiling Mesa with MSVC?


More information about the mesa-dev mailing list