radeon: fix warnings

This commit is contained in:
Dave Airlie
2011-12-05 16:51:03 +00:00
parent f24e106ead
commit c48763643e
+2 -2
View File
@@ -518,7 +518,7 @@ radeon_renderbuffer_unmap(struct gl_context *ctx, struct gl_renderbuffer *rb)
static void
radeon_map_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb)
{
GLuint i, j;
GLuint i;
radeon_print(RADEON_MEMORY, RADEON_TRACE,
"%s( %p , fb %p )\n",
@@ -534,7 +534,7 @@ radeon_map_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb)
static void
radeon_unmap_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb)
{
GLuint i, j;
GLuint i;
radeon_print(RADEON_MEMORY, RADEON_TRACE,
"%s( %p , fb %p)\n",