r300g: silence a warning
This commit is contained in:
committed by
Corbin Simpson
parent
f3c4f2ef62
commit
4c9a8a14e5
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user