2026-01-26 12:05 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 -j90 platform: Linux-6.8.0-90-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.69 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 cppcheck: head 2.19.0 head-info: df927d5 (2026-01-26 08:38:19 +0100) count: 6 6 elapsed-time: 0.1 0.0 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