]> andersk Git - splint.git/blame - test/moreBufferTests.expect
Fixed bugs in the constant removal code for binary expressions.
[splint.git] / test / moreBufferTests.expect
CommitLineData
80ee600a 1
2unrecogCall.c: (in function foo)
3unrecogCall.c:8:3: Unrecognized identifier: bar
4strrchr.c: (in function bar)
5strrchr.c:9:9: Variable ot declared but not used
dcf136ce 6initialization.c: (in function initialization)
7initialization.c:5:10: Variable g declared but not used
8initialization.c:8:3: Unresolved constraint:
9 Lclint is unable to resolve Requires: : MAXSET ((d @ initialization.c:3:14
10 ) ) >= ( 2 ) needed to satisfy Requires: :
11 MAXSET ((f @ initialization.c:8:3 ) ) >= ( 2 )
12initialization.c:5:14: Unresolved constraint:
13 Lclint is unable to resolve Requires: : MAXREAD ((d @ initialization.c:3:14
14 ) ) >= ( 22 ) needed to satisfy Requires: :
15 MAXREAD ((e @ initialization.c:5:14 ) ) >= ( 22 )
16simplifyTest.c: (in function fooSub)
17simplifyTest.c:3:3: Unresolved constraint:
18 Lclint is unable to resolve Requires: : MAXSET ((s @ simplifyTest.c:3:3 ) )
19 >= (i @ simplifyTest.c:3:5 ) needed to satisfy Requires: :
20 MAXSET ((s @ simplifyTest.c:3:3 ) ) >= (i @ simplifyTest.c:3:5 )
21simplifyTest.c: (in function fooAdd)
22simplifyTest.c:10:3: Unresolved constraint:
23 Lclint is unable to resolve Requires: : MAXSET ((s @ simplifyTest.c:10:3 )
24 ) >= ((i @ simplifyTest.c:10:5 ) ) + (( 2 ) ) needed to satisfy Requires:
25 : MAXSET ((s @ simplifyTest.c:10:3 ) ) >= ((i @ simplifyTest.c:10:5 ) ) +
26 (( 2 ) )
80ee600a 27
dcf136ce 28Finished LCLint checking --- 7 code errors found
This page took 0.059608 seconds and 5 git commands to generate.