2026-04-12 18:33 ftp://ftp.de.debian.org/debian/pool/main/a/abicheck/abicheck_1.2.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-107-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: caff3d4 (2026-04-12 09:13:37 +0200) count: 6 6 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: abicheck-1.2/test/libc_a.c:11:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] abicheck-1.2/test/private1.c:22:2: error: #error "unsupported OS" [preprocessorErrorDirective] abicheck-1.2/test/public1.c:14:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] abicheck-1.2/test/public1.c:17:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] abicheck-1.2/test/public1.c:22:2: error: Resource leak: fd [resourceLeak] abicheck-1.2/test/public1.c:15:7: style: Variable 'str' can be declared as const array [constVariable] diff: DONE