2025-12-16 23:00 ftp://ftp.de.debian.org/debian/pool/main/p/puredata-import/puredata-import_1.3.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-90-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.69 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.18.0 head-info: c9c660e (2025-12-16 13:10:32 +0100) count: 10 10 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: puredata-import_1.3/import.c:78:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPDSTRING [valueFlowBailoutIncompleteVar] puredata-import_1.3/import.c:103:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sys_searchpath [valueFlowBailoutIncompleteVar] puredata-import_1.3/import.c:127:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s_symbol [valueFlowBailoutIncompleteVar] puredata-import_1.3/import.c:138:35: style: Parameter 'x' can be declared as pointer to const. However it seems that 'import_free' is a callback function, if 'x' is declared with const you might also need to cast function pointer(s). [constParameterCallback] puredata-import_1.3/import.c:152:40: note: You might need to cast the function pointer here puredata-import_1.3/import.c:138:35: note: Parameter 'x' can be declared as pointer to const puredata-import_1.3/import.c:12:15: style: struct member '_canvasenvironment::ce_dir' is never used. [unusedStructMember] puredata-import_1.3/import.c:13:9: style: struct member '_canvasenvironment::ce_argc' is never used. [unusedStructMember] puredata-import_1.3/import.c:14:13: style: struct member '_canvasenvironment::ce_argv' is never used. [unusedStructMember] puredata-import_1.3/import.c:15:9: style: struct member '_canvasenvironment::ce_dollarzero' is never used. [unusedStructMember] puredata-import_1.3/import.c:16:17: style: struct member '_canvasenvironment::ce_path' is never used. [unusedStructMember] puredata-import_1.3/import.c:112:12: style: Unused variable: currentdir [unusedVariable] diff: DONE