r600g: Silence unused variable warning.
authorVinson Lee <vlee@vmware.com>
Wed, 15 Sep 2010 13:13:31 +0000 (06:13 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 15 Sep 2010 13:14:02 +0000 (06:14 -0700)
The code that uses dname is currently ifdef'ed out.

src/gallium/drivers/r600/r600_context.c

index 7cd0af616d661d519249edddab5eb60bf5ea0784..00df4dcd4286087a249c9a7013284f97f3147cfe 100644 (file)
@@ -66,7 +66,9 @@ void r600_flush(struct pipe_context *ctx, unsigned flags,
        struct r600_context *rctx = r600_context(ctx);
        struct r600_query *rquery = NULL;
        static int dc = 0;
+#if 0
        char dname[256];
+#endif
 
        /* suspend queries */
        r600_queries_suspend(ctx);