fix gcc 4.8 warnings
LGTM=rsc R=rsc https://codereview.appspot.com/33240044
This commit is contained in:
parent
24b8994d3d
commit
63002b3e5a
6 changed files with 5 additions and 15 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue