ffb: Silence compiler warnings.

This commit is contained in:
Vinson Lee 2009-12-22 14:28:40 -08:00
parent e9b5ed1c13
commit c1033299e8
1 changed files with 1 additions and 1 deletions

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;
/***********************************************************************