]> andersk Git - splint.git/blame - test/strings.expect
noexpand always false.
[splint.git] / test / strings.expect
CommitLineData
885824d3 1
2strings.c:21:6: Function main declared to return void, should return int
3strings.c: (in function main)
4strings.c:24:14: Function call may modify observer: "hullo"
16c024b5 5 strings.c:24:14: Storage becomes observer
885824d3 6strings.c:25:7: Observer storage passed as only param: f3 ("hullo")
7 strings.c:25:7: Storage becomes observer
8
11db3170 9Finished checking --- 3 code warnings, as expected
885824d3 10
11strings.c:21:6: Function main declared to return void, should return int
12
11db3170 13Finished checking --- 1 code warning, as expected
885824d3 14
15strings.c: (in function main)
16strings.c:23:14: Call to unconstrained function f1 may modify observer: "hullo"
17 strings.c:23:14: Storage becomes observer
18strings.c:24:14: Function call may modify observer: "hullo"
16c024b5 19 strings.c:24:14: Storage becomes observer
885824d3 20strings.c:25:7: Call to unconstrained function f3 may modify observer: "hullo"
21 strings.c:25:7: Storage becomes observer
22strings.c:25:7: Observer storage passed as only param: f3 ("hullo")
23 strings.c:25:7: Storage becomes observer
24
11db3170 25Finished checking --- 4 code warnings, as expected
This page took 0.109483 seconds and 5 git commands to generate.