mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
r300g: Silence 'mixed declarations and code' warning.
This commit is contained in:
parent
fe3ea299bf
commit
3e196f433d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
#define CS_LOCALS(context) \
|
||||
struct r300_context* const cs_context_copy = (context); \
|
||||
struct r300_winsys* cs_winsys = cs_context_copy->winsys; \
|
||||
int cs_count = 0;
|
||||
int cs_count = 0
|
||||
|
||||
#define CHECK_CS(size) \
|
||||
cs_winsys->check_cs(cs_winsys, (size))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue