nouveau: fix warning

This commit is contained in:
Ben Skeggs 2008-05-30 14:32:59 +10:00
parent 996b549fdb
commit cf13cf245e

View file

@ -99,7 +99,7 @@ nouveau_context_create(const __GLcontextModes *glVis,
struct st_context *st_share = NULL;
struct nouveau_channel_context *nvc = NULL;
struct nouveau_device *dev = nv_screen->device;
int i, ret;
int i;
if (sharedContextPrivate) {
st_share = ((struct nouveau_context *)sharedContextPrivate)->st;