r300g: silence a warning

This commit is contained in:
Marek Olšák
2010-01-09 19:23:21 +01:00
committed by Corbin Simpson
parent f3c4f2ef62
commit 4c9a8a14e5
+1 -1
View File
@@ -52,7 +52,7 @@
#define CS_LOCALS(context) \
struct r300_context* const cs_context_copy = (context); \
struct radeon_winsys* cs_winsys = cs_context_copy->winsys; \
int cs_count = 0;
int cs_count = 0; (void) cs_count;
#define CHECK_CS(size) \
assert(cs_winsys->check_cs(cs_winsys, (size)))