]> andersk Git - splint.git/blob - test/unreachable.out
caec51c425dc593cd1cc70307a4d1c2ecc8d275d
[splint.git] / test / unreachable.out
1
2 Cannot find standard library: ansi.lcd
3      Check LARCH_PATH environment variable.
4 unreachable.c: (in function f)
5 unreachable.c:5:3: Unrecognized identifier: exit
6 unreachable.c: (in function tu)
7 unreachable.c:21:7: Unreachable code: return
8 unreachable.c: (in function s)
9 unreachable.c:33:29: Unreachable code: z--
10 unreachable.c:34:10: Fall through case (no preceding break)
11 unreachable.c:45:4: Unreachable code: z++
12
13 Finished LCLint checking --- 5 code errors found, as expected
14
15 Cannot find standard library: ansi.lcd
16      Check LARCH_PATH environment variable.
17 unreachable.c: (in function f)
18 unreachable.c:5:3: Unrecognized identifier: exit
19 unreachable.c: (in function s)
20 unreachable.c:34:10: Fall through case (no preceding break)
21 unreachable.c:46:2: Path with no return in function declared to return int
22
23 Finished LCLint checking --- 3 code errors found, expected 2
This page took 0.02612 seconds and 3 git commands to generate.