]> andersk Git - splint.git/blob - test/inparam.expect
noexpand always false.
[splint.git] / test / inparam.expect
1
2 inparam.c: (in function f)
3 inparam.c:8:16: Passed storage x not completely defined (*x is undefined):
4                    unknown (x)
5 inparam.c:12:16: Passed storage x not completely defined (*x is undefined):
6                     inparam (x)
7
8 Finished checking --- 2 code warnings, as expected
9
10 inparam.c: (in function f)
11 inparam.c:12:16: Passed storage x not completely defined (*x is undefined):
12                     inparam (x)
13
14 Finished checking --- 1 code warning, as expected
This page took 0.256101 seconds and 5 git commands to generate.