]> andersk Git - splint.git/blob - test/rc.out
Made some additional changes to the makefile. Now it builds correctly.
[splint.git] / test / rc.out
1 gmake[3]: Entering directory `/tmp/LCLintDev/test'
2
3 Cannot find standard library: ansi.lcd
4      Check LARCH_PATH environment variable.
5 rc.c: (in function f)
6 rc.c:3:10: Observer storage returned without qualification:
7               "a flag\"wicked cool"
8    rc.c:3:10: Storage becomes observer
9
10 Finished LCLint checking --- 1 code error found, as expected
11
12 Cannot find standard library: ansi.lcd
13      Check LARCH_PATH environment variable.
14 rc.c: (in function f)
15 rc.c:3:10: Return value type int does not match declared type char *: 12
16
17 Finished LCLint checking --- 1 code error found, as expected
18
19 rc2.lclintrc:1:18: Warning: setting +boolint redundant with current value
20 Cannot find standard library: ansi.lcd
21      Check LARCH_PATH environment variable.
22 rc.c: (in function f)
23 rc.c:3:10: Observer storage returned without qualification: "a silly\"flag\"\\"
24    rc.c:3:10: Storage becomes observer
25
26 Finished LCLint checking --- 1 code error found, as expected
27
28 rc2.lclintrc:1:18: Warning: setting +boolint redundant with current value
29 Cannot find standard library: ansi.lcd
30      Check LARCH_PATH environment variable.
31 rc.c: (in function f)
32 rc.c:3:10: Unrecognized identifier: MYSTERY
33
34 Finished LCLint checking --- 1 code error found, as expected
35
36 rc3.lclintrc:2:1: Bad flag syntax (+ or - expected, + is assumed):
37                                     internalnamelen     73
38   A flag is not recognized or used in an incorrect way (-badflag will suppress
39   message)
40 rc3.lclintrc:5:24: Flag dump must be followed by an argument
41 Cannot find standard library: ansi.lcd
42      Check LARCH_PATH environment variable.
43 rc.c: (in function f)
44 rc.c:3:10: Unrecognized identifier: MYSTERY
45
46 Finished LCLint checking --- 1 code error found, as expected
47 gmake[3]: Leaving directory `/tmp/LCLintDev/test'
This page took 0.047666 seconds and 5 git commands to generate.