]> andersk Git - splint.git/blame - test/stack.expect
Remove unused cpplib_createDefinition.
[splint.git] / test / stack.expect
CommitLineData
885824d3 1
2stack.c: (in function stack1)
3stack.c:10:2: Stack-allocated storage *x reachable from parameter x
16c024b5 4 stack.c:9:3: Storage *x becomes stack-allocated storage
885824d3 5stack.c:10:2: Stack-allocated storage glob reachable from global glob
16c024b5 6 stack.c:8:3: Storage glob becomes stack-allocated storage
885824d3 7stack.c: (in function f)
8stack.c:20:14: Stack-allocated storage &x reachable from return value: &x
9stack.c:31:11: Stack-allocated storage sa reachable from return value: sa
10stack.c:35:11: Stack-allocated storage sa reachable from return value: &sa[0]
11
11db3170 12Finished checking --- 5 code warnings, as expected
885824d3 13
11db3170 14Finished checking --- no warnings
This page took 0.089519 seconds and 5 git commands to generate.