lineno isn't used, isn't initialised, but is incremented.
So some compilers ignore it completely and others complain
that it is no initialised.
Just remove it.
Reported-by: "P. Martin" <mrsmiley98@lycos.com>
Signed-off-by: NeilBrown <neilb@suse.de>
*/
int split_merge(struct stream f, struct stream *f1, struct stream *f2, struct stream *f3)
{
- int lineno;
int state = 0;
char *cp, *end;
struct stream r1, r2, r3;
* 5 in file 1/3
*/
int len = end-cp;
- lineno++;
switch (state) {
case 0:
if (len >= 8 &&