Browse Source

ffb: Silence compiler warnings.

tags/mesa-7.6.1-1
Vinson Lee 16 years ago
parent
commit
c1033299e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/ffb/ffb_tris.c

+ 1
- 1
src/mesa/drivers/dri/ffb/ffb_tris.c View File

@@ -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;

/***********************************************************************

Loading…
Cancel
Save