]> andersk Git - splint.git/blob - test/rc.expect
87223007f8cdb20efdcb640e5891ac431f304dd9
[splint.git] / test / rc.expect
1
2 rc.c: (in function f)
3 rc.c:3:10: Observer storage returned without qualification:
4               "a flag\"wicked cool"
5    rc.c:3:10: Storage becomes observer
6
7 Finished LCLint checking --- 1 code error found, as expected
8
9 rc.c: (in function f)
10 rc.c:3:10: Return value type int does not match declared type char *: 12
11
12 Finished LCLint checking --- 1 code error found, as expected
13
14 rc2.lclintrc:1:18: Warning: setting +boolint redundant with current value
15 rc.c: (in function f)
16 rc.c:3:10: Observer storage returned without qualification: "a silly\"flag\"\\"
17    rc.c:3:10: Storage becomes observer
18
19 Finished LCLint checking --- 1 code error found
20
21 rc2.lclintrc:1:18: Warning: setting +boolint redundant with current value
22 rc.c: (in function f)
23 rc.c:3:10: Unrecognized identifier: MYSTERY
24
25 Finished LCLint checking --- 1 code error found, as expected
26
27 rc3.lclintrc:2:1: Bad flag syntax (+ or - expected, + is assumed):
28                                     internalnamelen     73
29 rc3.lclintrc:5:24: Flag dump must be followed by an argument
30 rc.c: (in function f)
31 rc.c:3:10: Unrecognized identifier: MYSTERY
32
33 Finished LCLint checking --- 1 code error found, as expected
This page took 0.026959 seconds and 3 git commands to generate.