]> andersk Git - splint.git/blob - test/staticarray.expect
noexpand always false.
[splint.git] / test / staticarray.expect
1
2 staticarray.c: (in function foo1)
3 staticarray.c:9:10: Unqualified static storage buf returned as implicitly only:
4                        buf
5 staticarray.c: (in function f)
6 staticarray.c:22:10: Implicitly temp storage outstr returned as implicitly
7                         only: outstr
8 staticarray.c: (in function g)
9 staticarray.c:27:10: Implicitly temp storage outstr returned as implicitly
10                         only: outstr
11
12 Finished checking --- 3 code warnings, as expected
This page took 0.251333 seconds and 5 git commands to generate.