2025-12-14 23:49 ftp://ftp.de.debian.org/debian/pool/main/libe/libextutils-xspp-perl/libextutils-xspp-perl_0.1800.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: 9dfee85 (2025-12-14 20:14:30 +0100) count: 7 7 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/IntAndString.h:12:7: style:inconclusive: Technically the member function 'IntAndString::GetInt' can be const. [functionConst] ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/IntAndString.cc:19:27: style:inconclusive: Technically the member function 'IntAndString::GetString' can be const. [functionConst] ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/IntAndString.h:13:15: note: Technically the member function 'IntAndString::GetString' can be const. ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/IntAndString.cc:19:27: note: Technically the member function 'IntAndString::GetString' can be const. ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.cc:25:9: style: The member function 'Animal::MakeSound' can be static. [functionStatic] ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.h:20:8: note: The member function 'Animal::MakeSound' can be static. ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.cc:25:9: note: The member function 'Animal::MakeSound' can be static. ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.h:15:3: style: Class 'Animal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.h:18:15: performance: Function 'GetName()' should return member 'fName' by const reference. [returnByReference] ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Dog.cc:15:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Dog.h:9:3: style: Class 'Dog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] diff: 2.18.0 ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.cc:25:9: performance:inconclusive: Technically the member function 'Animal::MakeSound' can be static (but you may consider moving to unnamed namespace). [functionStatic] ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.h:20:8: note: Technically the member function 'Animal::MakeSound' can be static (but you may consider moving to unnamed namespace). ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.cc:25:9: note: Technically the member function 'Animal::MakeSound' can be static (but you may consider moving to unnamed namespace). head ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.cc:25:9: style: The member function 'Animal::MakeSound' can be static. [functionStatic] ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.h:20:8: note: The member function 'Animal::MakeSound' can be static. ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.cc:25:9: note: The member function 'Animal::MakeSound' can be static. DONE