mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
nouveau: fix warning
This commit is contained in:
parent
996b549fdb
commit
cf13cf245e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue