]> andersk Git - splint.git/blame - test/csyntax.expect
Fix DPRINTF bit rot.
[splint.git] / test / csyntax.expect
CommitLineData
885824d3 1csyntax.c:20:5: Function main declared with 1 arg, should have 2 (int argc,
2 char *argv[])
cc78dedd 3
885824d3 4csyntax2.c: (in function mapping_create)
5csyntax2.c:13:3: Assignment of size_t to int: x = sizeof((t))
6csyntax2.c:14:3: Assignment of size_t to int: x = sizeof(*t)
cc78dedd 7
885824d3 8csyntax3.c:3:4: Function main declared to return a1, should return int
cc78dedd 9
885824d3 10csyntax13.c: (in function f)
11csyntax13.c:9:11: Variable isrs shadows outer declaration
12 csyntax13.c:7:9: Previous definition of isrs: isr_t
cc78dedd 13
885824d3 14csyntax16.c: (in function main)
15csyntax16.c:18:11: Variable getbuiltout used before definition
16csyntax16.c: (in function getbuiltout)
17csyntax16.c:43:14: Variable qpolygon used before definition
cc78dedd 18
885824d3 19csyntax17.c: (in function f)
20csyntax17.c:11:11: Variable x initialized to type EID_UNIT_NUM, expects int:
21 (EID_UNIT_NUM)3
22csyntax17.c:12:2: Path with no return in function declared to return int
23csyntax17.c:11:7: Variable x declared but not used
cc78dedd 24
This page took 0.075816 seconds and 5 git commands to generate.