Don't try calling lsl when file is missing.
[splint-patched.git] / test / staticarray.expect
blob8fe190ccd108f12018de095461026117525af7d9
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
12 Finished checking --- 3 code warnings, as expected