radeon: Silence compiler format warning.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user