]> andersk Git - splint.git/blame - test/slovaknames.expect
noexpand always false.
[splint.git] / test / slovaknames.expect
CommitLineData
885824d3 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
2e127cb8 5 allow access to an abstract type. (Use -abstract to inhibit warning)
885824d3 6
11db3170 7Finished checking --- 1 code warning, as expected
885824d3 8
11db3170 9Finished checking --- no warnings
885824d3 10
11slovaknames.c:5:5: Variable michelobLight name violates Slovak naming
12 convention. Slovak prefix michelob is not the name of a type.
2e127cb8 13 Variable name is not consistent with Slovak naming convention. (Use either
14 -slovakvars or -namechecks to inhibit warning)
885824d3 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.
2e127cb8 18 (Use either -slovakfcns or -namechecks to inhibit warning)
885824d3 19slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
20 naming convention. Accessible types: pivo
abb1cb43 21 Function or iterator name is not consistent with Slovak naming convention.
2e127cb8 22 (Use either -slovakfcns or -namechecks to inhibit warning)
885824d3 23
11db3170 24Finished checking --- 3 code warnings, as expected
885824d3 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.
2e127cb8 29 (Use either -slovakfcns or -namechecks to inhibit warning)
885824d3 30slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
31 naming convention. Accessible types: pivo
abb1cb43 32 Function or iterator name is not consistent with Slovak naming convention.
2e127cb8 33 (Use either -slovakfcns or -namechecks to inhibit warning)
885824d3 34
11db3170 35Finished checking --- 2 code warnings, as expected
885824d3 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.
2e127cb8 42 Variable name is not consistent with Slovak naming convention. (Use either
43 -slovakvars or -namechecks to inhibit warning)
885824d3 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
2e127cb8 54 allow access to an abstract type. (Use -abstract to inhibit warning)
885824d3 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
11db3170 60Finished checking --- 7 code warnings, as expected
This page took 0.447025 seconds and 5 git commands to generate.