File: unused.expect

package info (click to toggle)
splint 3.1.2.dfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 12,908 kB
  • ctags: 15,816
  • sloc: ansic: 150,306; yacc: 3,463; sh: 3,426; makefile: 2,218; lex: 412
file content (25 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download | duplicates (8)
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

unused.c:13:6: Name _inner is in the implementation name space (any identifier
                  beginning with underscore)
unused.c:14:2: Name _st is in the implementation name space (any identifier
                  beginning with underscore)
unused.c:19:12: File static function f declared but not used
   unused.c:22:1: Definition of f
unused.c:16:12: Function undef declared but not defined
unused.c:16:12: Function undef exported but not declared in header file

Finished checking --- 5 code warnings, as expected

unused.c:13:6: Name _inner is in the implementation name space (any identifier
                  beginning with underscore)
unused.c:14:2: Name _st is in the implementation name space (any identifier
                  beginning with underscore)
unused.c:19:12: File static function f declared but not used
   unused.c:22:1: Definition of f
unused.c:16:12: Function undef declared but not defined
unused.c:1:14: Type dumbtype declared but not used
unused.c:12:11: Field silly of structure struct _inner declared but not used
unused.c:7:7: Field dumb of structure struct _st declared but not used
unused.c:16:12: Function undef exported but not declared in header file

Finished checking --- 8 code warnings, as expected