2026-05-01 06:56 ftp://ftp.de.debian.org/debian/pool/main/c/c2hs/c2hs_0.28.8.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-111-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.70 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04.1) 14.2.0 cppcheck: head 2.20.0 head-info: 0fda84e (2026-05-01 02:32:52 +0200) count: 62 52 elapsed-time: 0.2 0.1 head-timing-info: old-timing-info: head results: c2hs-0.28.8/src/C2HS/config.c:124:19: error: Uninitialized struct member: v.end [uninitStructMember] c2hs-0.28.8/src/C2HS/config.c:116:16: style: struct member 'bitfield_alignment_struct::bit' is never used. [unusedStructMember] c2hs-0.28.8/tests/bugs/issue-117/issue117.c:14:3: warning: If memory allocation fails, then there is a possible null pointer dereference: coord [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-117/issue117.c:13:28: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-117/issue117.c:13:11: note: Assignment 'coord=(struct coord_t*)malloc(sizeof(struct coord_t))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-117/issue117.c:14:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-117/issue117.c:15:3: warning: If memory allocation fails, then there is a possible null pointer dereference: coord [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-117/issue117.c:13:28: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-117/issue117.c:13:11: note: Assignment 'coord=(struct coord_t*)malloc(sizeof(struct coord_t))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-117/issue117.c:15:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-128/issue128.c:21:3: warning: If memory allocation fails, then there is a possible null pointer dereference: p [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-128/issue128.c:20:37: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-128/issue128.c:20:18: note: Assignment 'p=(struct tststruct*)malloc(sizeof(struct tststruct))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-128/issue128.c:21:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-128/issue128.c:22:3: warning: If memory allocation fails, then there is a possible null pointer dereference: p [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-128/issue128.c:20:37: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-128/issue128.c:20:18: note: Assignment 'p=(struct tststruct*)malloc(sizeof(struct tststruct))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-128/issue128.c:22:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-130/issue130.c:3:18: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-130/issue130.c:3:26: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-131/issue131.c:4:12: style:inconclusive: Function 'f1' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-131/issue131.c:4:20: style:inconclusive: Function 'f1' argument 2 names different: declaration '' definition 'incr'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-131/issue131.c:12:13: style:inconclusive: Function 'f2' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-136/issue136.c:3:36: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-23/issue23.c:4:25: style:inconclusive: Function 'hello_fn' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-230/issue230.c:8:3: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-230/issue230.c:7:27: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-230/issue230.c:7:27: note: Assignment 't=malloc(sizeof(struct test1))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-230/issue230.c:8:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-230/issue230.c:9:3: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-230/issue230.c:7:27: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-230/issue230.c:7:27: note: Assignment 't=malloc(sizeof(struct test1))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-230/issue230.c:9:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-230/issue230.c:10:3: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-230/issue230.c:7:27: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-230/issue230.c:7:27: note: Assignment 't=malloc(sizeof(struct test1))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-230/issue230.c:10:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-230/issue230.c:11:3: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-230/issue230.c:7:27: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-230/issue230.c:7:27: note: Assignment 't=malloc(sizeof(struct test1))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-230/issue230.c:11:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-230/issue230.c:18:3: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-230/issue230.c:17:27: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-230/issue230.c:17:27: note: Assignment 't=malloc(sizeof(struct test2))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-230/issue230.c:18:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-230/issue230.c:19:3: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-230/issue230.c:17:27: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-230/issue230.c:17:27: note: Assignment 't=malloc(sizeof(struct test2))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-230/issue230.c:19:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-230/issue230.c:20:3: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-230/issue230.c:17:27: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-230/issue230.c:17:27: note: Assignment 't=malloc(sizeof(struct test2))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-230/issue230.c:20:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-230/issue230.c:21:3: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-230/issue230.c:17:27: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-230/issue230.c:17:27: note: Assignment 't=malloc(sizeof(struct test2))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-230/issue230.c:21:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-257/issue257.c:6:3: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-257/issue257.c:5:28: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-257/issue257.c:5:28: note: Assignment 'bs=malloc(sizeof(struct bools))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-257/issue257.c:6:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-257/issue257.c:7:3: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-257/issue257.c:5:28: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-257/issue257.c:5:28: note: Assignment 'bs=malloc(sizeof(struct bools))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-257/issue257.c:7:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-257/issue257.c:8:3: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-257/issue257.c:5:28: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-257/issue257.c:5:28: note: Assignment 'bs=malloc(sizeof(struct bools))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-257/issue257.c:8:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-257/issue257.c:9:3: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-257/issue257.c:5:28: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-257/issue257.c:5:28: note: Assignment 'bs=malloc(sizeof(struct bools))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-257/issue257.c:9:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-31/issue31.c:20:34: style:inconclusive: Function 'access_struct1' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-31/issue31.c:31:34: style:inconclusive: Function 'access_struct2' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-31/issue31.c:42:34: style:inconclusive: Function 'access_struct3' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-31/issue31.c:53:34: style:inconclusive: Function 'access_struct4' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-31/issue31.c:20:34: style: Parameter 's' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-31/issue31.c:31:34: style: Parameter 's' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-31/issue31.c:42:34: style: Parameter 's' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-31/issue31.c:53:34: style: Parameter 's' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-46/issue46.c:9:16: style: Parameter 'obj' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-46/issue46.c:14:18: style: Parameter 'obj' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-62/issue62.c:7:20: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-62/issue62.c:7:28: style: Parameter 'z' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-73/issue73.c:8:3: warning: If memory allocation fails, then there is a possible null pointer dereference: tmp [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-73/issue73.c:7:46: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-73/issue73.c:7:23: note: Assignment 'tmp=(struct test_struct3*)(malloc(sizeof(struct test_struct3)))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-73/issue73.c:8:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-73/issue73.c:24:3: warning: If memory allocation fails, then there is a possible null pointer dereference: tmp [nullPointerOutOfMemory] c2hs-0.28.8/tests/bugs/issue-73/issue73.c:23:46: note: Assuming allocation function fails c2hs-0.28.8/tests/bugs/issue-73/issue73.c:23:23: note: Assignment 'tmp=(struct test_struct4*)(malloc(sizeof(struct test_struct4)))', assigned value is 0 c2hs-0.28.8/tests/bugs/issue-73/issue73.c:24:3: note: Null pointer dereference c2hs-0.28.8/tests/bugs/issue-73/issue73.c:13:34: style:inconclusive: Function 'access_struct3' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-73/issue73.c:15:33: style:inconclusive: Function 'free_struct3' argument 1 names different: declaration 'v' definition 's'. [funcArgNamesDifferent] c2hs-0.28.8/tests/bugs/issue-73/issue73.h:3:33: note: Function 'free_struct3' argument 1 names different: declaration 'v' definition 's'. c2hs-0.28.8/tests/bugs/issue-73/issue73.c:15:33: note: Function 'free_struct3' argument 1 names different: declaration 'v' definition 's'. c2hs-0.28.8/tests/bugs/issue-73/issue73.c:29:34: style:inconclusive: Function 'access_struct4' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] c2hs-0.28.8/tests/bugs/issue-73/issue73.c:31:33: style:inconclusive: Function 'free_struct4' argument 1 names different: declaration 'v' definition 's'. [funcArgNamesDifferent] c2hs-0.28.8/tests/bugs/issue-73/issue73.h:8:33: note: Function 'free_struct4' argument 1 names different: declaration 'v' definition 's'. c2hs-0.28.8/tests/bugs/issue-73/issue73.c:31:33: note: Function 'free_struct4' argument 1 names different: declaration 'v' definition 's'. c2hs-0.28.8/tests/bugs/issue-73/issue73.c:13:34: style: Parameter 's' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-73/issue73.c:29:34: style: Parameter 's' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-93/issue93.c:3:36: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-96/issue96.c:3:25: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/bugs/issue-97/issue97.c:4:18: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/system/pointer/pointer.c:17:3: warning: If memory allocation fails, then there is a possible null pointer dereference: pnt [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/pointer/pointer.c:16:26: note: Assuming allocation function fails c2hs-0.28.8/tests/system/pointer/pointer.c:16:9: note: Assignment 'pnt=(struct Point*)malloc(sizeof(struct Point))', assigned value is 0 c2hs-0.28.8/tests/system/pointer/pointer.c:17:3: note: Null pointer dereference c2hs-0.28.8/tests/system/pointer/pointer.c:18:3: warning: If memory allocation fails, then there is a possible null pointer dereference: pnt [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/pointer/pointer.c:16:26: note: Assuming allocation function fails c2hs-0.28.8/tests/system/pointer/pointer.c:16:9: note: Assignment 'pnt=(struct Point*)malloc(sizeof(struct Point))', assigned value is 0 c2hs-0.28.8/tests/system/pointer/pointer.c:18:3: note: Null pointer dereference c2hs-0.28.8/tests/system/pointer/pointer.c:28:3: warning: If memory allocation fails, then there is a possible null pointer dereference: newPnt [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/pointer/pointer.c:27:29: note: Assuming allocation function fails c2hs-0.28.8/tests/system/pointer/pointer.c:27:12: note: Assignment 'newPnt=(struct Point*)malloc(sizeof(struct Point))', assigned value is 0 c2hs-0.28.8/tests/system/pointer/pointer.c:28:3: note: Null pointer dereference c2hs-0.28.8/tests/system/pointer/pointer.c:29:3: warning: If memory allocation fails, then there is a possible null pointer dereference: newPnt [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/pointer/pointer.c:27:29: note: Assuming allocation function fails c2hs-0.28.8/tests/system/pointer/pointer.c:27:12: note: Assignment 'newPnt=(struct Point*)malloc(sizeof(struct Point))', assigned value is 0 c2hs-0.28.8/tests/system/pointer/pointer.c:29:3: note: Null pointer dereference c2hs-0.28.8/tests/system/pointer/pointer.c:18:10: style: Variable 'pnt->x' is reassigned a value before the old one has been used. [redundantAssignment] c2hs-0.28.8/tests/system/pointer/pointer.c:17:10: note: pnt->x is assigned c2hs-0.28.8/tests/system/pointer/pointer.c:18:10: note: pnt->x is overwritten c2hs-0.28.8/tests/system/pointer/pointer.c:23:28: style: Parameter 'pnt' can be declared as pointer to const [constParameterPointer] c2hs-0.28.8/tests/system/structs/structs.c:10:3: warning: If memory allocation fails, then there is a possible null pointer dereference: pnt [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/structs/structs.c:9:24: note: Assuming allocation function fails c2hs-0.28.8/tests/system/structs/structs.c:9:9: note: Assignment 'pnt=(struct _pointpoint)malloc(sizeof(*pnt))', assigned value is 0 c2hs-0.28.8/tests/system/structs/structs.c:10:3: note: Null pointer dereference c2hs-0.28.8/tests/system/structs/structs.c:11:3: warning: If memory allocation fails, then there is a possible null pointer dereference: pnt [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/structs/structs.c:9:24: note: Assuming allocation function fails c2hs-0.28.8/tests/system/structs/structs.c:9:9: note: Assignment 'pnt=(struct _pointpoint)malloc(sizeof(*pnt))', assigned value is 0 c2hs-0.28.8/tests/system/structs/structs.c:11:3: note: Null pointer dereference c2hs-0.28.8/tests/system/structs/structs.c:20:3: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/structs/structs.c:19:22: note: Assuming allocation function fails c2hs-0.28.8/tests/system/structs/structs.c:19:7: note: Assignment 'w=(struct weirdweird)malloc(sizeof(*w))', assigned value is 0 c2hs-0.28.8/tests/system/structs/structs.c:20:3: note: Null pointer dereference c2hs-0.28.8/tests/system/structs/structs.c:21:3: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/structs/structs.c:19:22: note: Assuming allocation function fails c2hs-0.28.8/tests/system/structs/structs.c:19:7: note: Assignment 'w=(struct weirdweird)malloc(sizeof(*w))', assigned value is 0 c2hs-0.28.8/tests/system/structs/structs.c:21:3: note: Null pointer dereference c2hs-0.28.8/tests/system/structs/structs.c:22:3: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/structs/structs.c:19:22: note: Assuming allocation function fails c2hs-0.28.8/tests/system/structs/structs.c:19:7: note: Assignment 'w=(struct weirdweird)malloc(sizeof(*w))', assigned value is 0 c2hs-0.28.8/tests/system/structs/structs.c:22:3: note: Null pointer dereference c2hs-0.28.8/tests/system/structs/structs.c:23:3: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/structs/structs.c:19:22: note: Assuming allocation function fails c2hs-0.28.8/tests/system/structs/structs.c:19:7: note: Assignment 'w=(struct weirdweird)malloc(sizeof(*w))', assigned value is 0 c2hs-0.28.8/tests/system/structs/structs.c:23:3: note: Null pointer dereference c2hs-0.28.8/tests/system/structs/structs.c:24:3: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] c2hs-0.28.8/tests/system/structs/structs.c:19:22: note: Assuming allocation function fails c2hs-0.28.8/tests/system/structs/structs.c:19:7: note: Assignment 'w=(struct weirdweird)malloc(sizeof(*w))', assigned value is 0 c2hs-0.28.8/tests/system/structs/structs.c:24:3: note: Null pointer dereference c2hs-0.28.8/tests/system/structs/structs.c:20:10: warning: Conversion of char literal ' ' to bool always evaluates to true. [incorrectCharBooleanError] diff: head c2hs-0.28.8/tests/bugs/issue-131/issue131.c:12:13: style:inconclusive: Function 'f2' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head c2hs-0.28.8/tests/bugs/issue-131/issue131.c:4:12: style:inconclusive: Function 'f1' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head c2hs-0.28.8/tests/bugs/issue-131/issue131.c:4:20: style:inconclusive: Function 'f1' argument 2 names different: declaration '' definition 'incr'. [funcArgNamesDifferentUnnamed] head c2hs-0.28.8/tests/bugs/issue-23/issue23.c:4:25: style:inconclusive: Function 'hello_fn' argument 1 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head c2hs-0.28.8/tests/bugs/issue-31/issue31.c:20:34: style:inconclusive: Function 'access_struct1' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head c2hs-0.28.8/tests/bugs/issue-31/issue31.c:31:34: style:inconclusive: Function 'access_struct2' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head c2hs-0.28.8/tests/bugs/issue-31/issue31.c:42:34: style:inconclusive: Function 'access_struct3' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head c2hs-0.28.8/tests/bugs/issue-31/issue31.c:53:34: style:inconclusive: Function 'access_struct4' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head c2hs-0.28.8/tests/bugs/issue-73/issue73.c:13:34: style:inconclusive: Function 'access_struct3' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head c2hs-0.28.8/tests/bugs/issue-73/issue73.c:29:34: style:inconclusive: Function 'access_struct4' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] DONE