]> andersk Git - splint.git/blame_incremental - test/slovaknames.expect
Committed my changes (but there are several splintme errors currently).
[splint.git] / test / slovaknames.expect
... / ...
CommitLineData
1
2slovaknames.c: (in function pivoYedno)
3slovaknames.c:15:11: Left operand of == is abstract type (pivo): p == 1
4 An abstraction barrier is broken. If necessary, use /*@access <type>@*/ to
5 allow access to an abstract type. (Use -abstract to inhibit warning)
6
7Finished checking --- 1 code warning, as expected
8
9Finished checking --- no warnings
10
11slovaknames.c:5:5: Variable michelobLight name violates Slovak naming
12 convention. Slovak prefix michelob is not the name of a type.
13 Variable name is not consistent with Slovak naming convention. (Use either
14 -slovakvars or -namechecks to inhibit warning)
15slovaknames.c:19:5: Function samAdams name violates Slovak naming convention.
16 Slovak prefix sam is not the name of a type.
17 Function or iterator name is not consistent with Slovak naming convention.
18 (Use either -slovakfcns or -namechecks to inhibit warning)
19slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
20 naming convention. Accessible types: pivo
21 Function or iterator name is not consistent with Slovak naming convention.
22 (Use either -slovakfcns or -namechecks to inhibit warning)
23
24Finished checking --- 3 code warnings, as expected
25
26slovaknames.c:19:5: Function samAdams name violates Slovak naming convention.
27 Slovak prefix sam is not the name of a type.
28 Function or iterator name is not consistent with Slovak naming convention.
29 (Use either -slovakfcns or -namechecks to inhibit warning)
30slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
31 naming convention. Accessible types: pivo
32 Function or iterator name is not consistent with Slovak naming convention.
33 (Use either -slovakfcns or -namechecks to inhibit warning)
34
35Finished checking --- 2 code warnings, as expected
36
37slovaknames.c:4:5: Variable pivoPyet name violates Slovak naming convention.
38 Slovak prefix pivo names an abstract type that is not accessible.
39 Use +accessslovak to allow access to type <t> in functions named <t>_<name>.
40slovaknames.c:5:5: Variable michelobLight name violates Slovak naming
41 convention. Slovak prefix michelob is not the name of a type.
42 Variable name is not consistent with Slovak naming convention. (Use either
43 -slovakvars or -namechecks to inhibit warning)
44slovaknames.c:8:17: Constant pivoDevenast name violates Slovak naming
45 convention. Slovak prefix pivo names an abstract type that is not
46 accessible.
47 Use +accessslovak to allow access to type <t> in functions named <t>_<name>.
48slovaknames.c:11:6: Function pivoYedno name violates Slovak naming convention.
49 Slovak prefix pivo names an abstract type that is not accessible.
50 Use +accessslovak to allow access to type <t> in functions named <t>_<name>.
51slovaknames.c: (in function pivoYedno)
52slovaknames.c:15:11: Left operand of == is abstract type (pivo): p == 1
53 An abstraction barrier is broken. If necessary, use /*@access <type>@*/ to
54 allow access to an abstract type. (Use -abstract to inhibit warning)
55slovaknames.c:19:5: Function samAdams name violates Slovak naming convention.
56 Slovak prefix sam is not the name of a type.
57slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
58 naming convention. Accessible types: pivo
59
60Finished checking --- 7 code warnings, as expected
This page took 0.622568 seconds and 5 git commands to generate.