Don't try calling lsl when file is missing.
[splint-patched.git] / test / c99decl.expect
blob0ea3dd72ac35ea20861e646c023a6af2679d3906
2 c99decl.c: (in function f2)
3 c99decl.c:71:10: Variable tmp used before definition
4 c99decl.c: (in function f3)
5 c99decl.c:85:10: Variable j used before definition
6 c99decl.c: (in function f4)
7 c99decl.c:109:8: Fall through case (no preceding break)
8 c99decl.c:105:5: Statement after switch is not a case: m += n / 13;
9 c99decl.c:125:2: Path with no return in function declared to return int
10 c99decl.c: (in function f7)
11 c99decl.c:159:16: Value s[] used before definition
13 Finished checking --- 6 code warnings, as expected