File: rc.expect

package info (click to toggle)
lclint 1%3A2.4b-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,996 kB
  • ctags: 9,589
  • sloc: ansic: 100,034; lex: 2,754; yacc: 2,472; makefile: 835
file content (33 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

rc.c: (in function f)
rc.c:3:10: Observer storage returned without qualification:
              "a flag\"wicked cool"
   rc.c:3:10: Storage becomes observer

Finished LCLint checking --- 1 code error found, as expected

rc.c: (in function f)
rc.c:3:10: Return value type int does not match declared type char *: 12

Finished LCLint checking --- 1 code error found, as expected

rc2.lclintrc:1:18: Warning: setting +boolint redundant with current value
rc.c: (in function f)
rc.c:3:10: Observer storage returned without qualification: "a silly\"flag\"\\"
   rc.c:3:10: Storage becomes observer

Finished LCLint checking --- 1 code error found

rc2.lclintrc:1:18: Warning: setting +boolint redundant with current value
rc.c: (in function f)
rc.c:3:10: Unrecognized identifier: MYSTERY

Finished LCLint checking --- 1 code error found, as expected

rc3.lclintrc:2:1: Bad flag syntax (+ or - expected, + is assumed):
                                    internalnamelen	73
rc3.lclintrc:5:24: Flag dump must be followed by an argument
rc.c: (in function f)
rc.c:3:10: Unrecognized identifier: MYSTERY

Finished LCLint checking --- 1 code error found, as expected