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