2025-11-16 23:11 ftp://ftp.de.debian.org/debian/pool/main/s/ste-plugins/ste-plugins_0.0.2.orig.tar.bz2 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-87-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: 2ad4620 (2025-11-14 19:45:56 +0100) count: 27 27 elapsed-time: 0.1 0.1 head-timing-info: old-timing-info: head results: STE-plugins-0.0.2/stereo.h:46:3: warning: Member variable 'Ladspa_Stwidth::_port' is not initialized in the constructor. [uninitMemberVar] STE-plugins-0.0.2/stereo.h:83:3: warning: Member variable 'Ladspa_Stpanner::_port' is not initialized in the constructor. [uninitMemberVar] STE-plugins-0.0.2/stereo.h:46:3: style: Class 'Ladspa_Stwidth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] STE-plugins-0.0.2/stereo.h:83:3: style: Class 'Ladspa_Stpanner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] STE-plugins-0.0.2/stereo.h:53:16: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] STE-plugins-0.0.2/ladspaplugin.h:35:16: note: Virtual function in base class STE-plugins-0.0.2/stereo.h:53:16: note: Function in derived class STE-plugins-0.0.2/stereo.h:54:16: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] STE-plugins-0.0.2/ladspaplugin.h:36:16: note: Virtual function in base class STE-plugins-0.0.2/stereo.h:54:16: note: Function in derived class STE-plugins-0.0.2/stereo.h:55:16: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] STE-plugins-0.0.2/ladspaplugin.h:37:16: note: Virtual function in base class STE-plugins-0.0.2/stereo.h:55:16: note: Function in derived class STE-plugins-0.0.2/stereo.h:56:12: style: The destructor '~Ladspa_Stwidth' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] STE-plugins-0.0.2/ladspaplugin.h:38:12: note: Virtual destructor in base class STE-plugins-0.0.2/stereo.h:56:12: note: Destructor in derived class STE-plugins-0.0.2/stereo.h:91:16: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] STE-plugins-0.0.2/ladspaplugin.h:35:16: note: Virtual function in base class STE-plugins-0.0.2/stereo.h:91:16: note: Function in derived class STE-plugins-0.0.2/stereo.h:92:16: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] STE-plugins-0.0.2/ladspaplugin.h:36:16: note: Virtual function in base class STE-plugins-0.0.2/stereo.h:92:16: note: Function in derived class STE-plugins-0.0.2/stereo.h:93:16: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] STE-plugins-0.0.2/ladspaplugin.h:37:16: note: Virtual function in base class STE-plugins-0.0.2/stereo.h:93:16: note: Function in derived class STE-plugins-0.0.2/stereo.h:94:12: style: The destructor '~Ladspa_Stpanner' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] STE-plugins-0.0.2/ladspaplugin.h:38:12: note: Virtual destructor in base class STE-plugins-0.0.2/stereo.h:94:12: note: Destructor in derived class STE-plugins-0.0.2/stereo.cc:47:31: style: The scope of the variable 'xL' can be reduced. [variableScope] STE-plugins-0.0.2/stereo.cc:47:35: style: The scope of the variable 'xR' can be reduced. [variableScope] STE-plugins-0.0.2/stereo.cc:47:39: style: The scope of the variable 's' can be reduced. [variableScope] STE-plugins-0.0.2/stereo.cc:47:42: style: The scope of the variable 'd' can be reduced. [variableScope] STE-plugins-0.0.2/stereo.cc:39:45: style:inconclusive: Function 'runproc' argument 1 names different: declaration 'len' definition 'frames'. [funcArgNamesDifferent] STE-plugins-0.0.2/stereo.h:55:39: note: Function 'runproc' argument 1 names different: declaration 'len' definition 'frames'. STE-plugins-0.0.2/stereo.cc:39:45: note: Function 'runproc' argument 1 names different: declaration 'len' definition 'frames'. STE-plugins-0.0.2/stereo.cc:93:46: style:inconclusive: Function 'runproc' argument 1 names different: declaration 'len' definition 'frames'. [funcArgNamesDifferent] STE-plugins-0.0.2/stereo.h:93:39: note: Function 'runproc' argument 1 names different: declaration 'len' definition 'frames'. STE-plugins-0.0.2/stereo.cc:93:46: note: Function 'runproc' argument 1 names different: declaration 'len' definition 'frames'. STE-plugins-0.0.2/stereo.cc:41:12: style: Variable 'inpL' can be declared as pointer to const [constVariablePointer] STE-plugins-0.0.2/stereo.cc:42:12: style: Variable 'inpR' can be declared as pointer to const [constVariablePointer] STE-plugins-0.0.2/stereo.cc:95:12: style: Variable 'inpL' can be declared as pointer to const [constVariablePointer] STE-plugins-0.0.2/stereo.cc:96:12: style: Variable 'inpR' can be declared as pointer to const [constVariablePointer] STE-plugins-0.0.2/stereo_if.cc:37:6: style: C-style pointer casting [cstyleCast] STE-plugins-0.0.2/stereo_if.cc:42:6: style: C-style pointer casting [cstyleCast] STE-plugins-0.0.2/stereo_if.cc:47:6: style: C-style pointer casting [cstyleCast] STE-plugins-0.0.2/stereo_if.cc:62:6: style: C-style pointer casting [cstyleCast] STE-plugins-0.0.2/stereo_if.cc:211:70: style:inconclusive: Function 'ladspa_descriptor' argument 1 names different: declaration 'Index' definition 'i'. [funcArgNamesDifferent] STE-plugins-0.0.2/ladspa.h:589:59: note: Function 'ladspa_descriptor' argument 1 names different: declaration 'Index' definition 'i'. STE-plugins-0.0.2/stereo_if.cc:211:70: note: Function 'ladspa_descriptor' argument 1 names different: declaration 'Index' definition 'i'. diff: DONE