2026-05-01 12:12 ftp://ftp.de.debian.org/debian/pool/main/c/complexity/complexity_1.13.orig.tar.xz 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: e5c4a73 (2026-05-01 11:10:43 +0200) count: 13 13 elapsed-time: 0.2 0.1 head-timing-info: old-timing-info: head results: complexity-1.13/lib/vasnprintf.h:58:15: error: There is an unknown macro here somewhere. Configuration is required. If asnprintf is a macro then please configure it. [unknownMacro] complexity-1.13/lib/malloc.c:52:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] complexity-1.13/lib/xsize.h:34:3: error: #error "Please include config.h first." [preprocessorErrorDirective] complexity-1.13/src/opts.h:62:3: error: #error option template version mismatches autoopts/options.h header [preprocessorErrorDirective] complexity-1.13/tests/sample.c:4:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] complexity-1.13/tests/sample.c:8:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable a [valueFlowBailoutIncompleteVar] complexity-1.13/tests/sample.c:16:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable f [valueFlowBailoutIncompleteVar] complexity-1.13/tests/sample.c:1:17: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] complexity-1.13/tests/sample.c:4:28: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] complexity-1.13/tests/sample.c:1:17: warning: Redundant code: Found unused function. [constStatement] complexity-1.13/tests/sample.c:21:13: style: Variable 'str' can be declared as pointer to const [constVariablePointer] complexity-1.13/tests/sample.c:8:13: style: Variable 'val' is assigned a value that is never used. [unreadVariable] complexity-1.13/tests/sample.c:21:17: style: Variable 'str' is assigned a value that is never used. [unreadVariable] diff: DONE