]> andersk Git - splint.git/blame - test/list.expect
Added doc/Makefile.am to get make dist to work.
[splint.git] / test / list.expect
CommitLineData
885824d3 1
2list.c: (in function list_addh)
3list.c:24:5: Variable e is kept in true branch, but not kept in continuation.
4 list.c:23:7: Storage e becomes kept
5list.c:25:2: Storage *(l->next) reachable from parameter contains 1 undefined
6 field: next
7list.c: (in function list_addh2)
8list.c:39:2: Storage *(l->next) reachable from parameter contains 1 undefined
9 field: next
10
11db3170 11Finished checking --- 3 code warnings, as expected
This page took 0.566928 seconds and 5 git commands to generate.