Explorar el Código

ffb: Silence compiler warnings.

tags/mesa-7.6.1-1
Vinson Lee hace 16 años
padre
commit
c1033299e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/mesa/drivers/dri/ffb/ffb_tris.c

+ 1
- 1
src/mesa/drivers/dri/ffb/ffb_tris.c Ver fichero

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

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

Cargando…
Cancelar
Guardar