]> andersk Git - splint.git/blame - test/bufferTest.expect
Added new tests.
[splint.git] / test / bufferTest.expect
CommitLineData
5caadb51 1
2test4.c: (in function t)
3test4.c:6:3: Variable g used before definition
4test4.c:15:2: Unresolved constraint:
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
12test6.c:7:2: Unresolved constraint:
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 )
5caadb51 15test6.c:7:2: Unresolved constraint:
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.051213 seconds and 5 git commands to generate.