2026-05-04 08:35 ftp://ftp.de.debian.org/debian/pool/main/p/poetry-core/poetry-core_2.3.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-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: 6 6 elapsed-time: 0.1 0.0 head-timing-info: old-timing-info: head results: poetry-core-2.3.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.3.1/tests/masonry/builders/fixtures/extended/extended/extended.c:12:23: note: You might need to cast the function pointer here poetry-core-2.3.1/tests/masonry/builders/fixtures/extended/extended/extended.c:4:34: note: Parameter 'self' can be declared as pointer to const poetry-core-2.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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