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

@ -10,7 +10,7 @@
#define comp() runecmp(ppi[F1][j1],ppi[F2][j2])
FILE *f[2];
Rune buf[2][BUFSIZ]; /*input lines */
Rune *ppi[2][NFLD+1]; /* pointers to fields in lines */
Rune *ppi[4][NFLD+1]; /* pointers to fields in lines */
Rune *s1,*s2;
#define j1 joinj1
#define j2 joinj2