]> andersk Git - splint.git/blob - test/strings.out
Made some additional changes to the makefile. Now it builds correctly.
[splint.git] / test / strings.out
1 gmake[3]: Entering directory `/tmp/LCLintDev/test'
2
3 Cannot find standard library: ansi.lcd
4      Check LARCH_PATH environment variable.
5 strings.c: (in function f3)
6 strings.c:18:3: Unrecognized identifier: free
7 strings.c:19:2: Only storage x not released before return
8    strings.c:16:27: Storage x becomes only
9 strings.c:21:6: Function main declared to return void, should return int
10 strings.c: (in function main)
11 strings.c:24:14: Function call may modify observer: "hullo"
12 strings.c:25:7: Observer storage passed as only param: f3 ("hullo")
13    strings.c:25:7: Storage becomes observer
14
15 Finished LCLint checking --- 5 code errors found, expected 3
16 gmake[3]: *** [strings] Error 1
17 gmake[3]: Leaving directory `/tmp/LCLintDev/test'
This page took 0.035241 seconds and 5 git commands to generate.