Mesa (master): r600g: Silence unused variable warnings.

Vinson Lee vlee at kemper.freedesktop.org
Fri Sep 17 21:28:25 UTC 2010


Module: Mesa
Branch: master
Commit: da3db66c08cbc74f34d2fb6067ae02ceb86007b3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=da3db66c08cbc74f34d2fb6067ae02ceb86007b3

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Sep 17 14:27:39 2010 -0700

r600g: Silence unused variable warnings.

The variables are used in code that is currently ifdef'ed out.

---

 src/gallium/drivers/r600/r600_state2.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_state2.c b/src/gallium/drivers/r600/r600_state2.c
index 1fa58d9..86c10a8 100644
--- a/src/gallium/drivers/r600/r600_state2.c
+++ b/src/gallium/drivers/r600/r600_state2.c
@@ -684,8 +684,10 @@ static void r600_flush2(struct pipe_context *ctx, unsigned flags,
 			struct pipe_fence_handle **fence)
 {
 	struct r600_pipe_context *rctx = (struct r600_pipe_context *)ctx;
+#if 0
 	static int dc = 0;
 	char dname[256];
+#endif
 
 	if (!rctx->ctx.pm4_cdwords)
 		return;




More information about the mesa-commit mailing list