projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9b5ed1
)
ffb: Silence compiler warnings.
author
Vinson Lee
<vlee@vmware.com>
Tue, 22 Dec 2009 22:28:40 +0000
(14:28 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 22 Dec 2009 22:28:40 +0000
(14:28 -0800)
src/mesa/drivers/dri/ffb/ffb_tris.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/ffb/ffb_tris.c
b/src/mesa/drivers/dri/ffb/ffb_tris.c
index d785c1571812c1e9e47221a8818e154b9cc26a7c..e7dd960ba16540799a5aa812d4e6089613d4a0cc 100644
(file)
--- a/
src/mesa/drivers/dri/ffb/ffb_tris.c
+++ b/
src/mesa/drivers/dri/ffb/ffb_tris.c
@@
-352,7
+352,7
@@
static struct {
#define LOCAL_VARS(n) \
ffbContextPtr fmesa = FFB_CONTEXT(ctx); \
__DRIdrawablePrivate *dPriv = fmesa->driDrawable; \
- ffb_color color[n]
;
\
+ ffb_color color[n]
= { { 0 } };
\
(void) color; (void) dPriv;
/***********************************************************************