vncs: shut up used and not set warning

This commit is contained in:
mischief 2018-08-20 12:51:29 -07:00
parent e1907b41d3
commit 56a2263aae

View file

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