File: csyntax.expect

package info (click to toggle)
splint 3.1.2.dfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,732 kB
  • ctags: 16,317
  • sloc: ansic: 150,320; yacc: 3,463; sh: 3,003; makefile: 2,153; lex: 412
file content (24 lines) | stat: -rw-r--r-- 954 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
csyntax.c:20:5: Function main declared with 1 arg, should have 2 (int argc,
                   char *argv[])

csyntax2.c: (in function mapping_create)
csyntax2.c:13:3: Assignment of size_t to int: x = sizeof((t))
csyntax2.c:14:3: Assignment of size_t to int: x = sizeof(*t)

csyntax3.c:3:4: Function main declared to return a1, should return int

csyntax13.c: (in function f)
csyntax13.c:9:11: Variable isrs shadows outer declaration
   csyntax13.c:7:9: Previous definition of isrs: isr_t

csyntax16.c: (in function main)
csyntax16.c:18:11: Variable getbuiltout used before definition
csyntax16.c: (in function getbuiltout)
csyntax16.c:43:14: Variable qpolygon used before definition

csyntax17.c: (in function f)
csyntax17.c:11:11: Variable x initialized to type EID_UNIT_NUM, expects int:
                      (EID_UNIT_NUM)3
csyntax17.c:12:2: Path with no return in function declared to return int
csyntax17.c:11:7: Variable x declared but not used