From: Vinson Lee Date: Sun, 21 Feb 2010 07:43:33 +0000 (-0800) Subject: radeon: Silence compiler format warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f96e8a033b212b54a80622839579c99dff2378fc;p=mesa.git radeon: Silence compiler format warning. --- diff --git a/src/mesa/drivers/dri/radeon/radeon_fbo.c b/src/mesa/drivers/dri/radeon/radeon_fbo.c index 3b066f5eef6..46664a17556 100644 --- a/src/mesa/drivers/dri/radeon/radeon_fbo.c +++ b/src/mesa/drivers/dri/radeon/radeon_fbo.c @@ -564,7 +564,7 @@ radeon_render_texture(GLcontext * ctx, return; } - DBG("Begin render texture tid %x tex=%u w=%d h=%d refcount=%d\n", + DBG("Begin render texture tid %lx tex=%u w=%d h=%d refcount=%d\n", _glthread_GetID(), att->Texture->Name, newImage->Width, newImage->Height, rrb->base.RefCount);