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