vncs: shut up used and not set warning
This commit is contained in:
parent
e1907b41d3
commit
56a2263aae
1 changed files with 3 additions and 2 deletions
|
@ -969,14 +969,15 @@ static int
|
|||
updateimage(Vncs *v)
|
||||
{
|
||||
int i, j, ncount, nsend, docursor, dowarp, doresize;
|
||||
vlong ooffset;
|
||||
vlong ooffset, t1;
|
||||
Point warppt;
|
||||
Rectangle cr;
|
||||
Rlist rlist;
|
||||
vlong t1;
|
||||
int (*count)(Vncs*, Rectangle);
|
||||
int (*send)(Vncs*, Rectangle);
|
||||
|
||||
ooffset = t1 = 0;
|
||||
|
||||
vnclock(v);
|
||||
dowarp = v->canwarp && v->dowarp;
|
||||
warppt = v->warppt;
|
||||
|
|
Loading…
Reference in a new issue