2025-12-30 08:38 ftp://ftp.de.debian.org/debian/pool/main/p/poetry-core/poetry-core_2.2.1.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=python --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.19.0 head-info: 69a2d17 (2025-12-29 20:08:48 +0100) count: 6 6 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: poetry-core-2.2.1/tests/masonry/builders/fixtures/extended/extended/extended.c:4:34: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hello' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poetry-core-2.2.1/tests/masonry/builders/fixtures/extended/extended/extended.c:12:23: note: You might need to cast the function pointer here poetry-core-2.2.1/tests/masonry/builders/fixtures/extended/extended/extended.c:4:34: note: Parameter 'self' can be declared as pointer to const poetry-core-2.2.1/tests/masonry/builders/fixtures/extended/extended/extended.c:40:15: style: Variable 'module' can be declared as pointer to const [constVariablePointer] poetry-core-2.2.1/tests/masonry/builders/fixtures/extended_with_no_setup/extended/extended.c:4:34: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hello' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poetry-core-2.2.1/tests/masonry/builders/fixtures/extended_with_no_setup/extended/extended.c:12:23: note: You might need to cast the function pointer here poetry-core-2.2.1/tests/masonry/builders/fixtures/extended_with_no_setup/extended/extended.c:4:34: note: Parameter 'self' can be declared as pointer to const poetry-core-2.2.1/tests/masonry/builders/fixtures/extended_with_no_setup/extended/extended.c:40:15: style: Variable 'module' can be declared as pointer to const [constVariablePointer] poetry-core-2.2.1/tests/masonry/builders/fixtures/src_extended/src/extended/extended.c:4:34: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hello' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] poetry-core-2.2.1/tests/masonry/builders/fixtures/src_extended/src/extended/extended.c:12:23: note: You might need to cast the function pointer here poetry-core-2.2.1/tests/masonry/builders/fixtures/src_extended/src/extended/extended.c:4:34: note: Parameter 'self' can be declared as pointer to const poetry-core-2.2.1/tests/masonry/builders/fixtures/src_extended/src/extended/extended.c:40:15: style: Variable 'module' can be declared as pointer to const [constVariablePointer] diff: DONE