2025-08-30 08:52 ftp://ftp.de.debian.org/debian/pool/main/d/dub/dub_1.40.0.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-79-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.18.0 head-info: 478055e (2025-08-29 18:53:24 +0200) count: 4 4 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: dub-1.40.0/test/use-c-sources/source/some_c_code.c:10:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] dub-1.40.0/test/use-c-sources/source/some_c_code.c:13:36: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] dub-1.40.0/test/use-c-sources/source/some_c_code.c:13:48: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] dub-1.40.0/test/use-c-sources/source/some_c_code.c:18:34: style: Parameter 'arr' can be declared as pointer to const [constParameterPointer] diff: DONE