]> andersk Git - splint.git/blame - test/inparam.out
Added doc/Makefile.am to get make dist to work.
[splint.git] / test / inparam.out
CommitLineData
86d93ed3 1
2inparam.c: (in function f)
3inparam.c:8:16: Passed storage x not completely defined (*x is undefined):
4 unknown (x)
5inparam.c:12:16: Passed storage x not completely defined (*x is undefined):
6 inparam (x)
7
8Finished checking --- 2 code warnings, as expected
9
10inparam.c: (in function f)
11inparam.c:12:16: Passed storage x not completely defined (*x is undefined):
12 inparam (x)
13
14Finished checking --- 1 code warning, as expected
This page took 0.28121 seconds and 5 git commands to generate.