]> andersk Git - splint.git/blame - test/sizesigns.expect
noexpand always false.
[splint.git] / test / sizesigns.expect
CommitLineData
e5081f8c 1
2Command Line: Setting mode strict after setting mode flags will override set
3 values of flags: exportlocal
4sizesigns.c: (in function foo)
5sizesigns.c:5:7: Operands of == have incompatible types (arbitrary unsigned
6 integral type, int): z / sizeof((z)) == 10
7sizesigns.c:6:12: Body of if clause of if statement is not a block: return 1
8sizesigns.c:8:12: Body of else clause of if statement is not a block: return 0
9sizesigns.c:3:5: Function foo declared but not used
10 sizesigns.c:9:1: Definition of foo
11sizesigns.c:3:5: Function foo exported but not declared in header file
12 sizesigns.c:9:1: Definition of foo
13
14Finished checking --- 5 code warnings, as expected
15
16Command Line: Setting mode strict after setting mode flags will override set
17 values of flags: exportlocal
18sizesigns.c: (in function foo)
19sizesigns.c:6:12: Body of if clause of if statement is not a block: return 1
20sizesigns.c:8:12: Body of else clause of if statement is not a block: return 0
21sizesigns.c:3:5: Function foo declared but not used
22 sizesigns.c:9:1: Definition of foo
23sizesigns.c:3:5: Function foo exported but not declared in header file
24 sizesigns.c:9:1: Definition of foo
25
26Finished checking --- 4 code warnings, as expected
This page took 0.057951 seconds and 5 git commands to generate.