2026-05-01 20:33 ftp://ftp.de.debian.org/debian/pool/main/f/fil-plugins/fil-plugins_0.3.0.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-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: 23 23 elapsed-time: 0.2 0.1 head-timing-info: old-timing-info: head results: FIL-plugins-0.3.0/filters.h:27:1: style: The class 'Paramsect' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] FIL-plugins-0.3.0/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_port' is not initialized in the constructor. [uninitMemberVar] FIL-plugins-0.3.0/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_gain' is not initialized in the constructor. [uninitMemberVar] FIL-plugins-0.3.0/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_fade' is not initialized in the constructor. [uninitMemberVar] FIL-plugins-0.3.0/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_sect' is not initialized in the constructor. [uninitMemberVar] FIL-plugins-0.3.0/filters.h:124:16: warning: The class 'Ladspa_Paramfilt' defines member variable with name '_gain' also defined in its parent class 'LadspaPlugin'. [duplInheritedMember] FIL-plugins-0.3.0/ladspaplugin.h:43:9: note: Parent variable 'LadspaPlugin::_gain' FIL-plugins-0.3.0/filters.h:124:16: note: Derived variable 'Ladspa_Paramfilt::_gain' FIL-plugins-0.3.0/filters.h:115:5: style: Class 'Ladspa_Paramfilt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] FIL-plugins-0.3.0/filters.h:116:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] FIL-plugins-0.3.0/ladspaplugin.h:34:16: note: Virtual function in base class FIL-plugins-0.3.0/filters.h:116:18: note: Function in derived class FIL-plugins-0.3.0/filters.h:117:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] FIL-plugins-0.3.0/ladspaplugin.h:35:16: note: Virtual function in base class FIL-plugins-0.3.0/filters.h:117:18: note: Function in derived class FIL-plugins-0.3.0/filters.h:118:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] FIL-plugins-0.3.0/ladspaplugin.h:36:16: note: Virtual function in base class FIL-plugins-0.3.0/filters.h:118:18: note: Function in derived class FIL-plugins-0.3.0/filters.h:119:14: style: The destructor '~Ladspa_Paramfilt' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] FIL-plugins-0.3.0/ladspaplugin.h:37:12: note: Virtual destructor in base class FIL-plugins-0.3.0/filters.h:119:14: note: Destructor in derived class FIL-plugins-0.3.0/filters.h:42:38: style: The scope of the variable 'x' can be reduced. [variableScope] FIL-plugins-0.3.0/filters.h:42:41: style: The scope of the variable 'y' can be reduced. [variableScope] FIL-plugins-0.3.0/filters.cc:46:17: style: The scope of the variable 'k' can be reduced. [variableScope] FIL-plugins-0.3.0/filters.cc:49:12: style: The scope of the variable 'p' can be reduced. [variableScope] FIL-plugins-0.3.0/filters.cc:50:14: style: The scope of the variable 'g' can be reduced. [variableScope] FIL-plugins-0.3.0/filters.cc:50:17: style: The scope of the variable 'd' can be reduced. [variableScope] FIL-plugins-0.3.0/filters.cc:49:12: style: Variable 'p' can be declared as pointer to const [constVariablePointer] FIL-plugins-0.3.0/filters_if.cc:35:6: style: C-style pointer casting [cstyleCast] FIL-plugins-0.3.0/filters_if.cc:40:6: style: C-style pointer casting [cstyleCast] FIL-plugins-0.3.0/filters_if.cc:45:6: style: C-style pointer casting [cstyleCast] FIL-plugins-0.3.0/filters_if.cc:60:6: style: C-style pointer casting [cstyleCast] FIL-plugins-0.3.0/filters_if.cc:183:70: style:inconclusive: Function 'ladspa_descriptor' argument 1 names different: declaration 'Index' definition 'i'. [funcArgNamesDifferent] FIL-plugins-0.3.0/ladspa.h:589:59: note: Function 'ladspa_descriptor' argument 1 names different: declaration 'Index' definition 'i'. FIL-plugins-0.3.0/filters_if.cc:183:70: note: Function 'ladspa_descriptor' argument 1 names different: declaration 'Index' definition 'i'. diff: DONE