fix gcc 4.8 warnings

LGTM=rsc
R=rsc
https://codereview.appspot.com/33240044
This commit is contained in:
David du Colombier 2014-03-03 22:30:34 +01:00
parent 24b8994d3d
commit 63002b3e5a
6 changed files with 5 additions and 15 deletions

View file

@ -113,7 +113,7 @@ mksubfont(char *name, int lo, int hi, int size, int antialias)
int i;
Fontchar *fc, *fc0;
Memsubfont *sf;
Point rect_points[4];
//Point rect_points[4];
xf = nil;
for(xfp=xfont, xfe=xfont+nxfont; xfp != xfe; xfp++) {