2025-11-03 20:18 ftp://ftp.de.debian.org/debian/pool/main/b/btfs/btfs_3.1.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=libcurl --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 -j4 platform: Linux-6.12.48+deb13-amd64-x86_64-with-glibc2.41 python: 3.13.5 client-version: 1.3.67 compiler: g++ (Debian 14.2.0-19) 14.2.0 cppcheck: head 2.18.0 head-info: 1f35303 (2025-11-01 19:39:44 +0100) count: 9 8 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: btfs-3.1/src/btfsstat.cc:100:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] btfs-3.1/src/btfs.cc:967:19: error: There is an unknown macro here somewhere. Configuration is required. If PACKAGE is a macro then please configure it. [unknownMacro] btfs-3.1/src/btfsstat.cc:32:18: performance: Function parameter 'path' should be passed by const reference. [passedByValue] btfs-3.1/src/btfsstat.cc:55:18: performance: Function parameter 'indent' should be passed by const reference. [passedByValue] btfs-3.1/src/btfsstat.cc:55:38: performance: Function parameter 'd' should be passed by const reference. [passedByValue] btfs-3.1/src/btfsstat.cc:55:53: performance: Function parameter 'f' should be passed by const reference. [passedByValue] btfs-3.1/src/btfsstat.cc:40:22: style: Variable 'ep' can be declared as pointer to const [constVariablePointer] btfs-3.1/src/btfsstat.cc:111:15: style: Variable 'dir' is allocated memory that is never used. [unusedAllocatedMemory] btfs-3.1/src/btfsstat.cc:112:16: style: Variable 'base' is allocated memory that is never used. [unusedAllocatedMemory] diff: head btfs-3.1/src/btfsstat.cc:40:22: style: Variable 'ep' can be declared as pointer to const [constVariablePointer] DONE