]> andersk Git - splint.git/blame - test/bufferTest.expect
Lots of changes. Code is mostly annotated. Still lots of breaken stuff though.
[splint.git] / test / bufferTest.expect
CommitLineData
5caadb51 1
2test4.c: (in function t)
3test4.c:6:3: Variable g used before definition
8e349e11 4test4.c:6:3: Unresolved constraint:
5caadb51 5 Lclint is unable to resolve Requires: : MAXSET ((g @ test4.c:6:3 ) ) >= (
754e4dbd 6 100 ) needed to satisfy Requires: : MAXSET ((g @ test4.c:6:3 ) ) >= (
7 100 )
5caadb51 8test6.c:2:6: Function t defined more than once
9 test4.c:15:1: Previous definition of t
10test6.c: (in function t)
11test6.c:5:4: Variable g used before definition
8e349e11 12test6.c:6:3: Unresolved constraint:
5caadb51 13 Lclint is unable to resolve Requires: : MAXSET ((g @ test6.c:5:4 ) ) >= (
754e4dbd 14 1 ) needed to satisfy Requires: : MAXSET ((g @ test6.c:6:3 ) ) >= ( 0 )
8e349e11 15test6.c:6:10: Unresolved constraint:
5caadb51 16 Lclint is unable to resolve Requires: : MAXREAD ((g @ test6.c:5:4 ) ) >=
754e4dbd 17 ( 2 ) needed to satisfy Requires: : MAXREAD ((g @ test6.c:6:10 ) ) >= (
18 1 )
5caadb51 19
20Finished LCLint checking --- 6 code errors found
This page took 0.192646 seconds and 5 git commands to generate.