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