Don't put out "return" in outputtrans if action is not tested
otherwise compiling trans.c give warning about statment not reached.
This commit is contained in:
parent
9acc354608
commit
819136660e
1 changed files with 2 additions and 1 deletions
|
@ -153,6 +153,7 @@ outputdotrans()
|
||||||
fprint(ofile,"\t\t\tgoto free%d;\n",patterns[s].m_len);
|
fprint(ofile,"\t\t\tgoto free%d;\n",patterns[s].m_len);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(!seennontested)
|
||||||
fprint(ofile,"\t\treturn;\n");
|
fprint(ofile,"\t\treturn;\n");
|
||||||
}
|
}
|
||||||
fprint(ofile,"\t}\n");
|
fprint(ofile,"\t}\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue