Module: Mesa Branch: master Commit: 03e237e9f2edb99120fb4bdab2c7bfd211848dc0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03e237e9f2edb99120fb4bdab2c7bfd211848dc0
Author: Alexander von Gluck IV <[email protected]> Date: Tue Dec 9 21:30:32 2014 +0000 gallium/target: Haiku softpipe * Use print macro to fix warning on 64-bit systems --- src/gallium/targets/haiku-softpipe/SoftwareRenderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/targets/haiku-softpipe/SoftwareRenderer.cpp b/src/gallium/targets/haiku-softpipe/SoftwareRenderer.cpp index 0ae9e52..77cafd4 100644 --- a/src/gallium/targets/haiku-softpipe/SoftwareRenderer.cpp +++ b/src/gallium/targets/haiku-softpipe/SoftwareRenderer.cpp @@ -355,7 +355,7 @@ SoftwareRenderer::_AllocateBitmap() return; } - TRACE("%s: New bitmap size: %ld x %ld\n", __func__, + TRACE("%s: New bitmap size: %" B_PRId32 " x %" B_PRId32 "\n", __func__, fBitmap->Bounds().IntegerWidth(), fBitmap->Bounds().IntegerHeight()); fContextObj->ResizeViewport(fWidth, fHeight); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
