projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c4f2e
)
r300g: silence a warning
author
Marek Olšák
<maraeo@gmail.com>
Sat, 9 Jan 2010 18:23:21 +0000
(19:23 +0100)
committer
Corbin Simpson
<MostAwesomeDude@gmail.com>
Wed, 13 Jan 2010 02:08:58 +0000
(18:08 -0800)
src/gallium/drivers/r300/r300_cs.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_cs.h
b/src/gallium/drivers/r300/r300_cs.h
index d142fee0502a058de93fdb94943a0cdcb3ad75c1..151f72b0fe41e0080cabf8e944f47e83a3821c45 100644
(file)
--- a/
src/gallium/drivers/r300/r300_cs.h
+++ b/
src/gallium/drivers/r300/r300_cs.h
@@
-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)))