]> andersk Git - splint.git/blob - test/strings.out
Tried to fix more problmes with the Makefiles
[splint.git] / test / strings.out
1
2 Cannot find standard library: ansi.lcd
3      Check LARCH_PATH environment variable.
4 strings.c: (in function f3)
5 strings.c:18:3: Unrecognized identifier: free
6 strings.c:19:2: Only storage x not released before return
7    strings.c:16:27: Storage x becomes only
8 strings.c:21:6: Function main declared to return void, should return int
9 strings.c: (in function main)
10 strings.c:24:14: Function call may modify observer: "hullo"
11 strings.c:25:7: Observer storage passed as only param: f3 ("hullo")
12    strings.c:25:7: Storage becomes observer
13
14 Finished LCLint checking --- 5 code errors found, expected 3
This page took 0.069834 seconds and 5 git commands to generate.