2026-05-05 06:33 ftp://ftp.de.debian.org/debian/pool/main/s/synthv1/synthv1_1.4.1.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=qt --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-1047-aws-aarch64-with-glibc2.35 python: 3.10.12 client-version: 1.4.0 compiler: g++ (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0 cppcheck: head 2.20.0 head-info: 519958a (2026-05-04 15:03:10 +0200) count: 395 359 elapsed-time: 5.3 4.8 head-timing-info: old-timing-info: head results: synthv1-1.4.1/src/synthv1_fx.h:553:2: warning: Member variable 'synthv1_fx_phaser::m_dmin' is not initialized in the constructor. [uninitMemberVar] synthv1-1.4.1/src/synthv1_fx.h:553:2: warning: Member variable 'synthv1_fx_phaser::m_dmax' is not initialized in the constructor. [uninitMemberVar] synthv1-1.4.1/src/synthv1_fx.h:553:2: warning: Member variable 'synthv1_fx_phaser::m_feedb' is not initialized in the constructor. [uninitMemberVar] synthv1-1.4.1/src/synthv1_fx.h:553:2: warning: Member variable 'synthv1_fx_phaser::m_lfo_inc' is not initialized in the constructor. [uninitMemberVar] synthv1-1.4.1/src/synthv1_fx.h:553:2: warning: Member variable 'synthv1_fx_phaser::m_depth' is not initialized in the constructor. [uninitMemberVar] synthv1-1.4.1/src/synthv1.cpp:1019:16: warning: Member variable 'synthv1_voice::dco1_balance' is not initialized in the constructor. [uninitMemberVar] synthv1-1.4.1/src/synthv1.cpp:1019:16: warning: Member variable 'synthv1_voice::dco2_balance' is not initialized in the constructor. [uninitMemberVar] synthv1-1.4.1/src/synthv1.cpp:1051:15: warning: Member variable 'synthv1_impl::m_direct_notes' is not initialized in the constructor. [uninitMemberVar] synthv1-1.4.1/src/synthv1_fx.h:434:8: style: The member function 'synthv1_fx_chorus::pseudo_sinf' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_controls.h:163:8: style: Either there is a missing 'override', or the member function 'synthv1_controls::SchedIn::process' can be static. [functionStatic] synthv1-1.4.1/src/synthv1.cpp:336:7: style:inconclusive: Technically the member function 'synthv1_env::note_off_fast' can be const. [functionConst] synthv1-1.4.1/src/synthv1.cpp:582:7: style:inconclusive: Technically the member function 'synthv1_key::is_note' can be const. [functionConst] synthv1-1.4.1/src/synthv1.cpp:2144:20: style:inconclusive: Technically the member function 'synthv1_impl::allSustainOn_1' can be const. [functionConst] synthv1-1.4.1/src/synthv1.cpp:918:7: note: Technically the member function 'synthv1_impl::allSustainOn_1' can be const. synthv1-1.4.1/src/synthv1.cpp:2144:20: note: Technically the member function 'synthv1_impl::allSustainOn_1' can be const. synthv1-1.4.1/src/synthv1.cpp:2155:20: style:inconclusive: Technically the member function 'synthv1_impl::allSustainOn_2' can be const. [functionConst] synthv1-1.4.1/src/synthv1.cpp:919:7: note: Technically the member function 'synthv1_impl::allSustainOn_2' can be const. synthv1-1.4.1/src/synthv1.cpp:2155:20: note: Technically the member function 'synthv1_impl::allSustainOn_2' can be const. synthv1-1.4.1/src/synthv1.cpp:2790:2: warning: Class 'synthv1' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] synthv1-1.4.1/src/synthv1.cpp:2790:2: warning: Class 'synthv1' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] synthv1-1.4.1/src/synthv1_ramp.h:40:3: warning: Class 'synthv1_ramp' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] synthv1-1.4.1/src/synthv1_ramp.h:40:3: warning: Class 'synthv1_ramp' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] synthv1-1.4.1/src/synthv1.cpp:1066:2: warning: Class 'synthv1_impl' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] synthv1-1.4.1/src/synthv1.cpp:1066:2: warning: Class 'synthv1_impl' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] synthv1-1.4.1/src/synthv1_ramp.h:185:7: warning: The class 'synthv1_ramp2' defines member function with name 'update' also defined in its parent class 'synthv1_ramp1'. [duplInheritedMember] synthv1-1.4.1/src/synthv1_ramp.h:141:7: note: Parent function 'synthv1_ramp1::update' synthv1-1.4.1/src/synthv1_ramp.h:185:7: note: Derived function 'synthv1_ramp2::update' synthv1-1.4.1/src/synthv1_ramp.h:231:7: warning: The class 'synthv1_ramp3' defines member function with name 'update' also defined in its parent class 'synthv1_ramp2'. [duplInheritedMember] synthv1-1.4.1/src/synthv1_ramp.h:185:7: note: Parent function 'synthv1_ramp2::update' synthv1-1.4.1/src/synthv1_ramp.h:231:7: note: Derived function 'synthv1_ramp3::update' synthv1-1.4.1/src/synthv1_ramp.h:231:7: warning: The class 'synthv1_ramp3' defines member function with name 'update' also defined in its parent class 'synthv1_ramp1'. [duplInheritedMember] synthv1-1.4.1/src/synthv1_ramp.h:141:7: note: Parent function 'synthv1_ramp1::update' synthv1-1.4.1/src/synthv1_ramp.h:231:7: note: Derived function 'synthv1_ramp3::update' synthv1-1.4.1/src/synthv1_ramp.h:279:7: warning: The class 'synthv1_ramp4' defines member function with name 'update' also defined in its parent class 'synthv1_ramp3'. [duplInheritedMember] synthv1-1.4.1/src/synthv1_ramp.h:231:7: note: Parent function 'synthv1_ramp3::update' synthv1-1.4.1/src/synthv1_ramp.h:279:7: note: Derived function 'synthv1_ramp4::update' synthv1-1.4.1/src/synthv1_ramp.h:279:7: warning: The class 'synthv1_ramp4' defines member function with name 'update' also defined in its parent class 'synthv1_ramp2'. [duplInheritedMember] synthv1-1.4.1/src/synthv1_ramp.h:185:7: note: Parent function 'synthv1_ramp2::update' synthv1-1.4.1/src/synthv1_ramp.h:279:7: note: Derived function 'synthv1_ramp4::update' synthv1-1.4.1/src/synthv1_ramp.h:279:7: warning: The class 'synthv1_ramp4' defines member function with name 'update' also defined in its parent class 'synthv1_ramp1'. [duplInheritedMember] synthv1-1.4.1/src/synthv1_ramp.h:141:7: note: Parent function 'synthv1_ramp1::update' synthv1-1.4.1/src/synthv1_ramp.h:279:7: note: Derived function 'synthv1_ramp4::update' synthv1-1.4.1/src/synthv1_reverb.h:230:8: warning: The class 'comb_filter' defines member function with name 'reset' also defined in its parent class 'sample_buffer'. [duplInheritedMember] synthv1-1.4.1/src/synthv1_reverb.h:176:8: note: Parent function 'sample_buffer::reset' synthv1-1.4.1/src/synthv1_reverb.h:230:8: note: Derived function 'comb_filter::reset' synthv1-1.4.1/src/synthv1_wave.h:44:2: style: Class 'synthv1_wave' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_wave.h:267:2: style: Class 'synthv1_wave_lf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_wave.h:281:2: style: Class 'synthv1_oscillator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_ramp.h:116:2: style: Class 'synthv1_ramp1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_ramp.h:159:2: style: Class 'synthv1_ramp2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_ramp.h:205:2: style: Class 'synthv1_ramp3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_ramp.h:253:2: style: Class 'synthv1_ramp4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_filter.h:40:2: style: Class 'synthv1_filter1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_filter.h:112:2: style: Class 'synthv1_filter2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_filter.h:177:2: style: Class 'synthv1_filter3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_formant.h:93:2: style: Class 'synthv1_formant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_formant.h:62:3: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_fx.h:59:2: style: Class 'synthv1_fx_filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_fx.h:234:2: style: Class 'synthv1_fx_comp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_fx.h:388:2: style: Class 'synthv1_fx_chorus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_fx.h:459:2: style: Class 'synthv1_fx_delay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_fx.h:553:2: style: Class 'synthv1_fx_phaser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_reverb.h:40:2: style: Class 'synthv1_reverb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_reverb.h:169:3: style: Class 'sample_buffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_reverb.h:217:3: style: Class 'comb_filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_reverb.h:253:3: style: Class 'allpass_filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_controls.h:40:2: style: Class 'synthv1_controls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_controls.h:156:3: style: Class 'SchedIn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_controls.h:181:3: style: Class 'SchedOut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_programs.h:40:2: style: Class 'synthv1_programs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_programs.h:129:3: style: Class 'Sched' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_tuning.h:57:2: style: Class 'synthv1_tuning' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1.cpp:595:2: style: Class 'synthv1_glide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1.cpp:703:2: style: Class 'synthv1_phasor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1.cpp:732:2: style: Struct 'synthv1_voice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1.cpp:785:2: style: Class 'synthv1_midi_in' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_ramp.h:129:15: style: The function 'probe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:94:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_ramp.h:129:15: note: Function in derived class synthv1-1.4.1/src/synthv1_ramp.h:134:16: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:95:16: note: Virtual function in base class synthv1-1.4.1/src/synthv1_ramp.h:134:16: note: Function in derived class synthv1-1.4.1/src/synthv1_ramp.h:172:15: style: The function 'probe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:129:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_ramp.h:172:15: note: Function in derived class synthv1-1.4.1/src/synthv1_ramp.h:178:16: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:134:16: note: Virtual function in base class synthv1-1.4.1/src/synthv1_ramp.h:178:16: note: Function in derived class synthv1-1.4.1/src/synthv1_ramp.h:218:15: style: The function 'probe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:172:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_ramp.h:218:15: note: Function in derived class synthv1-1.4.1/src/synthv1_ramp.h:224:16: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:178:16: note: Virtual function in base class synthv1-1.4.1/src/synthv1_ramp.h:224:16: note: Function in derived class synthv1-1.4.1/src/synthv1_ramp.h:266:15: style: The function 'probe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:218:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_ramp.h:266:15: note: Function in derived class synthv1-1.4.1/src/synthv1_ramp.h:272:16: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:224:16: note: Virtual function in base class synthv1-1.4.1/src/synthv1_ramp.h:272:16: note: Function in derived class synthv1-1.4.1/src/synthv1.cpp:204:7: style: The function 'set_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.cpp:167:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1.cpp:204:7: note: Function in derived class synthv1-1.4.1/src/synthv1.cpp:214:8: style: The function 'tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.cpp:175:16: note: Virtual function in base class synthv1-1.4.1/src/synthv1.cpp:214:8: note: Function in derived class synthv1-1.4.1/src/synthv1.cpp:643:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:134:16: note: Virtual function in base class synthv1-1.4.1/src/synthv1.cpp:643:8: note: Function in derived class synthv1-1.4.1/src/synthv1.cpp:665:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:178:16: note: Virtual function in base class synthv1-1.4.1/src/synthv1.cpp:665:8: note: Function in derived class synthv1-1.4.1/src/synthv1.cpp:688:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_ramp.h:224:16: note: Virtual function in base class synthv1-1.4.1/src/synthv1.cpp:688:8: note: Function in derived class synthv1-1.4.1/src/synthv1.cpp:794:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_sched.h:61:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1.cpp:794:7: note: Function in derived class synthv1-1.4.1/src/synthv1.cpp:2267:7: style: Condition '!m_tun.keyMapFile.isEmpty()' is always false [knownConditionTrueFalse] synthv1-1.4.1/src/synthv1.cpp:2266:31: note: Assuming that condition 'm_tun.keyMapFile.isEmpty()' is not redundant synthv1-1.4.1/src/synthv1.cpp:2267:7: note: Condition '!m_tun.keyMapFile.isEmpty()' is always false synthv1-1.4.1/src/synthv1.cpp:2397:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] synthv1-1.4.1/src/synthv1.cpp:1532:16: style: Variable 'pParamPort' can be declared as pointer to const [constVariablePointer] synthv1-1.4.1/src/synthv1.cpp:1539:44: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] synthv1-1.4.1/src/synthv1.cpp:2741:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] synthv1-1.4.1/src/synthv1_wave.h:142:10: style: Variable 'frames' can be declared as pointer to const [constVariablePointer] synthv1-1.4.1/src/synthv1_config.cpp:353:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROJECT_VERSION [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_config.cpp:63:25: style: Either there is a missing 'override', or the member function 'synthv1_config::presetGroup' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_config.h:102:10: note: Either there is a missing 'override', or the member function 'synthv1_config::presetGroup' can be static. synthv1-1.4.1/src/synthv1_config.cpp:63:25: note: Either there is a missing 'override', or the member function 'synthv1_config::presetGroup' can be static. synthv1-1.4.1/src/synthv1_config.cpp:120:25: style: Either there is a missing 'override', or the member function 'synthv1_config::programsGroup' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_config.h:105:10: note: Either there is a missing 'override', or the member function 'synthv1_config::programsGroup' can be static. synthv1-1.4.1/src/synthv1_config.cpp:120:25: note: Either there is a missing 'override', or the member function 'synthv1_config::programsGroup' can be static. synthv1-1.4.1/src/synthv1_config.cpp:125:25: style: Either there is a missing 'override', or the member function 'synthv1_config::bankPrefix' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_config.h:106:10: note: Either there is a missing 'override', or the member function 'synthv1_config::bankPrefix' can be static. synthv1-1.4.1/src/synthv1_config.cpp:125:25: note: Either there is a missing 'override', or the member function 'synthv1_config::bankPrefix' can be static. synthv1-1.4.1/src/synthv1_config.cpp:222:25: style: Either there is a missing 'override', or the member function 'synthv1_config::controlsGroup' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_config.h:111:10: note: Either there is a missing 'override', or the member function 'synthv1_config::controlsGroup' can be static. synthv1-1.4.1/src/synthv1_config.cpp:222:25: note: Either there is a missing 'override', or the member function 'synthv1_config::controlsGroup' can be static. synthv1-1.4.1/src/synthv1_config.cpp:227:25: style: Either there is a missing 'override', or the member function 'synthv1_config::controlPrefix' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_config.h:112:10: note: Either there is a missing 'override', or the member function 'synthv1_config::controlPrefix' can be static. synthv1-1.4.1/src/synthv1_config.cpp:227:25: note: Either there is a missing 'override', or the member function 'synthv1_config::controlPrefix' can be static. synthv1-1.4.1/src/synthv1_config.cpp:108:19: style: Local variable 'sPreset' shadows outer variable [shadowVariable] synthv1-1.4.1/src/synthv1_config.h:51:10: note: Shadowed declaration synthv1-1.4.1/src/synthv1_config.cpp:108:19: note: Shadow variable synthv1-1.4.1/src/synthv1_config.cpp:185:28: style: Variable 'pProg' can be declared as pointer to const [constVariablePointer] synthv1-1.4.1/src/synthv1_controls.cpp:574:4: warning: Class 'synthv1_controls' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] synthv1-1.4.1/src/synthv1_controls.cpp:574:4: warning: Class 'synthv1_controls' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] synthv1-1.4.1/src/synthv1_controls.cpp:201:2: style: Class 'xrpn_queue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_controls.cpp:220:7: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_controls.cpp:221:7: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_controls.cpp:227:7: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_controls.cpp:228:7: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_controls.cpp:232:8: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_controls.cpp:233:8: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_formant.cpp:185:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_VTABS [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_formant.h:62:3: warning: Member variable 'Impl::m_ctabs' is not initialized in the constructor. [uninitMemberVar] synthv1-1.4.1/src/synthv1_formant.cpp:166:29: style:inconclusive: Technically the member function 'synthv1_formant::Impl::vtab_coeffs' can be const. [functionConst] synthv1-1.4.1/src/synthv1_formant.h:81:8: note: Technically the member function 'synthv1_formant::Impl::vtab_coeffs' can be const. synthv1-1.4.1/src/synthv1_formant.cpp:166:29: note: Technically the member function 'synthv1_formant::Impl::vtab_coeffs' can be const. synthv1-1.4.1/src/synthv1_jack.cpp:223:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JackPositionBBT [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_jack.cpp:799:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pSigtermNotifier [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_jack.cpp:911:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_jack.cpp:659:20: style: The member function 'synthv1_jack::shutdown' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_jack.h:70:7: note: The member function 'synthv1_jack::shutdown' can be static. synthv1-1.4.1/src/synthv1_jack.cpp:659:20: note: The member function 'synthv1_jack::shutdown' can be static. synthv1-1.4.1/src/synthv1_jack.h:46:2: style: Class 'synthv1_jack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget.h:188:2: style: Class 'synthv1widget_sched' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_jack.h:45:2: style: Class 'synthv1widget_jack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_jack.h:48:3: style: The destructor '~synthv1_jack' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:47:11: note: Virtual destructor in base class synthv1-1.4.1/src/synthv1_jack.h:48:3: note: Destructor in derived class synthv1-1.4.1/src/synthv1_jack.h:75:7: style: The function 'updatePreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:234:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_jack.h:75:7: note: Function in derived class synthv1-1.4.1/src/synthv1_jack.h:76:7: style: The function 'updateParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:235:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_jack.h:76:7: note: Function in derived class synthv1-1.4.1/src/synthv1_jack.h:77:7: style: The function 'updateParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:236:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_jack.h:77:7: note: Function in derived class synthv1-1.4.1/src/synthv1_jack.h:78:7: style: The function 'updateTuning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:260:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_jack.h:78:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget.h:206:8: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_sched.h:79:16: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget.h:206:8: note: Function in derived class synthv1-1.4.1/src/synthv1widget_jack.h:48:3: style: The destructor '~synthv1widget_jack' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget.h:54:11: note: Virtual destructor in base class synthv1-1.4.1/src/synthv1widget_jack.h:48:3: note: Destructor in derived class synthv1-1.4.1/src/synthv1widget_jack.h:57:7: style: The function 'updateDirtyPreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget.h:154:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_jack.h:57:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_jack.h:62:14: style: The function 'ui_instance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget.h:129:22: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_jack.h:62:14: note: Function in derived class synthv1-1.4.1/src/synthv1widget_jack.h:65:7: style: The function 'updateParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget.h:142:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_jack.h:65:7: note: Function in derived class synthv1-1.4.1/src/synthv1_jack.h:75:25: style:inconclusive: Function 'updatePreset' argument 1 names different: declaration 'bDirty' definition ''. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1_jack.h:76:39: style:inconclusive: Function 'updateParam' argument 1 names different: declaration 'index' definition ''. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1_lv2.cpp:114:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LV2_URID_MAP_URI [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_lv2.cpp:275:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable event [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_lv2.cpp:413:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_lv2.cpp:458:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LV2_STATE_ERR_UNKNOWN [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_lv2.cpp:504:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LV2_STATE_ERR_UNKNOWN [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_lv2.cpp:968:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LV2_WORKER_SUCCESS [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_lv2.cpp:980:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LV2_WORKER_SUCCESS [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_lv2.cpp:1001:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LV2_WORKER__interface [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_lv2.cpp:215:2: warning: Class 'synthv1_lv2' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] synthv1-1.4.1/src/synthv1_lv2.cpp:215:2: warning: Class 'synthv1_lv2' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] synthv1-1.4.1/src/synthv1_lv2.h:67:3: style: The destructor '~synthv1_lv2' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:47:11: note: Virtual destructor in base class synthv1-1.4.1/src/synthv1_lv2.h:67:3: note: Destructor in derived class synthv1-1.4.1/src/synthv1_lv2.h:104:7: style: The function 'updatePreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:234:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_lv2.h:104:7: note: Function in derived class synthv1-1.4.1/src/synthv1_lv2.h:105:7: style: The function 'updateParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:235:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_lv2.h:105:7: note: Function in derived class synthv1-1.4.1/src/synthv1_lv2.h:106:7: style: The function 'updateParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:236:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_lv2.h:106:7: note: Function in derived class synthv1-1.4.1/src/synthv1_lv2.h:107:7: style: The function 'updateTuning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1.h:260:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_lv2.h:107:7: note: Function in derived class synthv1-1.4.1/src/synthv1_lv2.cpp:115:17: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:177:17: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:180:19: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:195:21: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:198:21: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:233:15: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:236:16: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:239:14: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:242:14: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:245:15: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:248:15: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:251:64: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:279:21: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:297:8: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:426:46: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:673:5: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:688:5: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1_lv2.cpp:268:39: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] synthv1-1.4.1/src/synthv1_lv2.cpp:303:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] synthv1-1.4.1/src/synthv1_lv2.h:104:25: style:inconclusive: Function 'updatePreset' argument 1 names different: declaration 'bDirty' definition ''. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1_lv2.cpp:89:15: style: union member 'Anonymous0::path' is never used. [unusedStructMember] synthv1-1.4.1/src/synthv1_lv2ui.cpp:44:2: performance: Variable 'm_controller' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] synthv1-1.4.1/src/synthv1_lv2ui.cpp:45:2: performance: Variable 'm_write_function' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] synthv1-1.4.1/src/synthv1_nsm.cpp:198:19: style: Either there is a missing 'override', or the member function 'synthv1_nsm::announce' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_nsm.h:62:7: note: Either there is a missing 'override', or the member function 'synthv1_nsm::announce' can be static. synthv1-1.4.1/src/synthv1_nsm.cpp:198:19: note: Either there is a missing 'override', or the member function 'synthv1_nsm::announce' can be static. synthv1-1.4.1/src/synthv1_nsm.cpp:279:19: style: Either there is a missing 'override', or the member function 'synthv1_nsm::visible' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_nsm.h:64:7: note: Either there is a missing 'override', or the member function 'synthv1_nsm::visible' can be static. synthv1-1.4.1/src/synthv1_nsm.cpp:279:19: note: Either there is a missing 'override', or the member function 'synthv1_nsm::visible' can be static. synthv1-1.4.1/src/synthv1_nsm.cpp:294:19: style: Either there is a missing 'override', or the member function 'synthv1_nsm::progress' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_nsm.h:65:7: note: Either there is a missing 'override', or the member function 'synthv1_nsm::progress' can be static. synthv1-1.4.1/src/synthv1_nsm.cpp:294:19: note: Either there is a missing 'override', or the member function 'synthv1_nsm::progress' can be static. synthv1-1.4.1/src/synthv1_nsm.cpp:306:19: style: Either there is a missing 'override', or the member function 'synthv1_nsm::message' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_nsm.h:66:7: note: Either there is a missing 'override', or the member function 'synthv1_nsm::message' can be static. synthv1-1.4.1/src/synthv1_nsm.cpp:306:19: note: Either there is a missing 'override', or the member function 'synthv1_nsm::message' can be static. synthv1-1.4.1/src/synthv1_nsm.cpp:332:19: style: Either there is a missing 'override', or the member function 'synthv1_nsm::reply' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_nsm.h:109:7: note: Either there is a missing 'override', or the member function 'synthv1_nsm::reply' can be static. synthv1-1.4.1/src/synthv1_nsm.cpp:332:19: note: Either there is a missing 'override', or the member function 'synthv1_nsm::reply' can be static. synthv1-1.4.1/src/synthv1_nsm.h:44:2: style: Class 'synthv1_nsm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_nsm.cpp:336:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_nsm.cpp:337:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_nsm.cpp:338:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_nsm.cpp:339:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_nsm.cpp:340:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_nsm.cpp:341:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_nsm.cpp:342:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_nsm.cpp:343:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_nsm.cpp:344:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_nsm.cpp:345:41: style: Variable 'reply_mesg' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1_param.cpp:318:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_param.cpp:407:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROJECT_NAME [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_param.cpp:494:11: style: Parameter 'pSynth' can be declared as pointer to const [constParameterPointer] synthv1-1.4.1/src/synthv1_sched.cpp:217:2: warning: Class 'synthv1_sched' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] synthv1-1.4.1/src/synthv1_sched.cpp:217:2: warning: Class 'synthv1_sched' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] synthv1-1.4.1/src/synthv1_sched.cpp:40:2: style: Class 'synthv1_sched_thread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_tuning.cpp:94:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_tuning.cpp:239:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1_tuning.cpp:282:23: style: The member function 'synthv1_tuning::parseScaleLine' can be static. [functionStatic] synthv1-1.4.1/src/synthv1_tuning.h:82:8: note: The member function 'synthv1_tuning::parseScaleLine' can be static. synthv1-1.4.1/src/synthv1_tuning.cpp:282:23: note: The member function 'synthv1_tuning::parseScaleLine' can be static. synthv1-1.4.1/src/synthv1_tuning.cpp:91:54: style:inconclusive: Function 'loadKeyMapFile' argument 1 names different: declaration 'filename' definition 'keyMapFile'. [funcArgNamesDifferent] synthv1-1.4.1/src/synthv1_tuning.h:67:38: note: Function 'loadKeyMapFile' argument 1 names different: declaration 'filename' definition 'keyMapFile'. synthv1-1.4.1/src/synthv1_tuning.cpp:91:54: note: Function 'loadKeyMapFile' argument 1 names different: declaration 'filename' definition 'keyMapFile'. synthv1-1.4.1/src/synthv1_tuning.cpp:236:53: style:inconclusive: Function 'loadScaleFile' argument 1 names different: declaration 'filename' definition 'scaleFile'. [funcArgNamesDifferent] synthv1-1.4.1/src/synthv1_tuning.h:70:37: note: Function 'loadScaleFile' argument 1 names different: declaration 'filename' definition 'scaleFile'. synthv1-1.4.1/src/synthv1_tuning.cpp:236:53: note: Function 'loadScaleFile' argument 1 names different: declaration 'filename' definition 'scaleFile'. synthv1-1.4.1/src/synthv1_tuning.cpp:102:8: style: Local variable 'refNote' shadows outer function [shadowFunction] synthv1-1.4.1/src/synthv1_tuning.h:64:8: note: Shadowed declaration synthv1-1.4.1/src/synthv1_tuning.cpp:102:8: note: Shadow variable synthv1-1.4.1/src/synthv1_tuning.cpp:103:8: style: Local variable 'refPitch' shadows outer function [shadowFunction] synthv1-1.4.1/src/synthv1_tuning.h:63:8: note: Shadowed declaration synthv1-1.4.1/src/synthv1_tuning.cpp:103:8: note: Shadow variable synthv1-1.4.1/src/synthv1_tuning.cpp:243:10: style: Local variable 'scaleDesc' shadows outer function [shadowFunction] synthv1-1.4.1/src/synthv1_tuning.h:75:17: note: Shadowed declaration synthv1-1.4.1/src/synthv1_tuning.cpp:243:10: note: Shadow variable synthv1-1.4.1/src/synthv1_wave.cpp:408:20: style:inconclusive: Technically the member function 'synthv1_wave::reset_filter' can be const. [functionConst] synthv1-1.4.1/src/synthv1_wave.h:224:7: note: Technically the member function 'synthv1_wave::reset_filter' can be const. synthv1-1.4.1/src/synthv1_wave.cpp:408:20: note: Technically the member function 'synthv1_wave::reset_filter' can be const. synthv1-1.4.1/src/synthv1_wave.cpp:434:20: style:inconclusive: Technically the member function 'synthv1_wave::reset_normalize' can be const. [functionConst] synthv1-1.4.1/src/synthv1_wave.h:225:7: note: Technically the member function 'synthv1_wave::reset_normalize' can be const. synthv1-1.4.1/src/synthv1_wave.cpp:434:20: note: Technically the member function 'synthv1_wave::reset_normalize' can be const. synthv1-1.4.1/src/synthv1_wave.cpp:67:2: warning: Class 'synthv1_wave' does not have a copy constructor which is recommended since it has dynamic memory/resource management. [noCopyConstructor] synthv1-1.4.1/src/synthv1_wave.cpp:67:2: warning: Class 'synthv1_wave' does not have a operator= which is recommended since it has dynamic memory/resource management. [noOperatorEq] synthv1-1.4.1/src/synthv1_wave.cpp:40:2: style: Class 'synthv1_wave_sched' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1_wave.cpp:44:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1_sched.h:61:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1_wave.cpp:44:7: note: Function in derived class synthv1-1.4.1/src/synthv1_wave.cpp:301:14: style: Local variable 'width' shadows outer function [shadowFunction] synthv1-1.4.1/src/synthv1_wave.h:52:8: note: Shadowed declaration synthv1-1.4.1/src/synthv1_wave.cpp:301:14: note: Shadow variable synthv1-1.4.1/src/synthv1widget.cpp:1555:25: error: There is an unknown macro here somewhere. Configuration is required. If PROJECT_NAME is a macro then please configure it. [unknownMacro] synthv1-1.4.1/src/synthv1widget_palette.h:178:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_config.cpp:178:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CustomContextMenu [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_config.cpp:474:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Discard [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_config.cpp:544:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_config.cpp:593:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_config.cpp:680:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_config.cpp:817:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Discard [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_config.cpp:863:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_config.cpp:991:31: style:inconclusive: Either there is a missing 'override', or the member function 'synthv1widget_config::comboBoxCurrentItem' can be const. [functionConst] synthv1-1.4.1/src/synthv1widget_config.h:109:10: note: Either there is a missing 'override', or the member function 'synthv1widget_config::comboBoxCurrentItem' can be const. synthv1-1.4.1/src/synthv1widget_config.cpp:991:31: note: Either there is a missing 'override', or the member function 'synthv1widget_config::comboBoxCurrentItem' can be const. synthv1-1.4.1/src/synthv1widget_param.h:48:2: style: Class 'synthv1widget_param' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_param.h:119:2: style: Class 'synthv1widget_dial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_param.h:165:2: style: Class 'synthv1widget_knob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_param.h:209:2: style: Class 'synthv1widget_edit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_param.h:257:2: style: Class 'synthv1widget_spin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_param.h:301:2: style: Class 'synthv1widget_combo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_param.h:342:2: style: Class 'synthv1widget_radio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_param.h:381:2: style: Class 'synthv1widget_check' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_param.h:422:2: style: Class 'synthv1widget_group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_palette.h:51:2: style: Class 'synthv1widget_palette' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_palette.h:163:2: style: Class 'PaletteModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_palette.h:206:2: style: Class 'ColorDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_palette.h:242:2: style: Class 'ColorButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_palette.h:274:2: style: Class 'ColorEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_palette.h:304:2: style: Class 'RoleEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_param.h:168:7: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:51:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:168:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:169:10: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:52:18: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:169:10: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:171:7: style: The function 'setMaximum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:54:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:171:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:172:7: style: The function 'setMinimum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:57:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:172:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:177:7: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:75:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:177:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:260:7: style: The function 'setMaximum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:171:7: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:260:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:261:7: style: The function 'setMinimum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:172:7: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:261:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:263:10: style: The function 'valueText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:65:18: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:263:10: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:277:7: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:177:7: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:277:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:304:10: style: The function 'valueText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:65:18: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:304:10: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:313:7: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:177:7: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:313:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:348:10: style: The function 'valueText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:65:18: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:348:10: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:357:7: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:75:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:357:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:387:7: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:51:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:387:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:388:10: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:52:18: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:388:10: note: Function in derived class synthv1-1.4.1/src/synthv1widget_param.h:396:7: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget_param.h:75:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_param.h:396:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_config.cpp:548:19: style: Redundant initialization for 'sTuningScaleFile'. The initialized value is overwritten before it is read. [redundantInitialization] synthv1-1.4.1/src/synthv1widget_config.cpp:531:27: note: sTuningScaleFile is initialized synthv1-1.4.1/src/synthv1widget_config.cpp:548:19: note: sTuningScaleFile is overwritten synthv1-1.4.1/src/synthv1widget_config.cpp:597:20: style: Redundant initialization for 'sTuningKeyMapFile'. The initialized value is overwritten before it is read. [redundantInitialization] synthv1-1.4.1/src/synthv1widget_config.cpp:580:28: note: sTuningKeyMapFile is initialized synthv1-1.4.1/src/synthv1widget_config.cpp:597:20: note: sTuningKeyMapFile is overwritten synthv1-1.4.1/src/synthv1widget_config.cpp:305:73: style:inconclusive: Function 'controlsContextMenuRequested' argument 1 names different: declaration '' definition 'pos'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_config.cpp:336:51: style:inconclusive: Function 'controlsEnabled' argument 1 names different: declaration '' definition 'bOn'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_config.cpp:400:73: style:inconclusive: Function 'programsContextMenuRequested' argument 1 names different: declaration '' definition 'pos'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_config.cpp:435:51: style:inconclusive: Function 'programsEnabled' argument 1 names different: declaration '' definition 'bOn'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_config.cpp:465:51: style:inconclusive: Function 'tuningTabChanged' argument 1 names different: declaration '' definition 'iTuningTab'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_config.cpp:899:17: style:inconclusive: Function 'resetCustomStyleThemes' argument 1 names different: declaration 'sCustomColorTheme' definition 'sCustomStyleTheme'. [funcArgNamesDifferent] synthv1-1.4.1/src/synthv1widget_config.h:101:45: note: Function 'resetCustomStyleThemes' argument 1 names different: declaration 'sCustomColorTheme' definition 'sCustomStyleTheme'. synthv1-1.4.1/src/synthv1widget_config.cpp:899:17: note: Function 'resetCustomStyleThemes' argument 1 names different: declaration 'sCustomColorTheme' definition 'sCustomStyleTheme'. synthv1-1.4.1/src/synthv1widget_config.cpp:307:19: style: Variable 'pItem' can be declared as pointer to const [constVariablePointer] synthv1-1.4.1/src/synthv1widget_config.cpp:402:19: style: Variable 'pItem' can be declared as pointer to const [constVariablePointer] synthv1-1.4.1/src/synthv1widget_config.cpp:643:19: style: Variable 'pItem' can be declared as pointer to const [constVariablePointer] synthv1-1.4.1/src/synthv1widget_control.cpp:49:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_DeleteOnClose [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_control.cpp:234:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Reset [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_control.cpp:279:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ResetRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_control.cpp:338:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_control.cpp:394:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Apply [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_control.cpp:446:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_control.cpp:436:16: warning: Return value of function sControlParam.toInt() is not used. [ignoredReturnValue] synthv1-1.4.1/src/synthv1widget_control.h:82:2: style: Class 'synthv1widget_control' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_controls.h:44:2: style: Class 'synthv1widget_controls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_control.cpp:271:56: style:inconclusive: Function 'clicked' argument 1 names different: declaration '' definition 'pButton'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_control.cpp:414:55: style:inconclusive: Function 'activateControlType' argument 1 names different: declaration '' definition 'iControlType'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_controls.cpp:394:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoInsert [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_controls.cpp:569:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_controls.cpp:643:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_controls.cpp:682:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SelectRows [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_controls.cpp:731:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_controls.cpp:754:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_controls.cpp:786:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_controls.cpp:805:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_controls.cpp:42:2: style: Class 'ItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_controls.cpp:72:4: style: The scope of the variable 's_controllers' can be reduced. [variableScope] synthv1-1.4.1/src/synthv1widget_controls.cpp:168:4: style: The scope of the variable 's_rpns' can be reduced. [variableScope] synthv1-1.4.1/src/synthv1widget_controls.cpp:323:4: style: The scope of the variable 's_control14s' can be reduced. [variableScope] synthv1-1.4.1/src/synthv1widget_controls.cpp:50:31: style:inconclusive: Function 'createEditor' argument 2 names different: declaration 'option' definition ''. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_controls.cpp:798:19: style:inconclusive: Function 'itemChangedSlot' argument 1 names different: declaration '' definition 'pItem'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_controls.cpp:798:30: style:inconclusive: Function 'itemChangedSlot' argument 2 names different: declaration '' definition 'column'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_controls.cpp:72:4: style: Variable 's_controllers' can be declared as const array [constVariable] synthv1-1.4.1/src/synthv1widget_controls.cpp:168:4: style: Variable 's_rpns' can be declared as const array [constVariable] synthv1-1.4.1/src/synthv1widget_controls.cpp:323:4: style: Variable 's_control14s' can be declared as const array [constVariable] synthv1-1.4.1/src/synthv1widget_env.cpp:53:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Panel [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_env.cpp:165:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_env.cpp:270:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_env.cpp:303:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PointingHandCursor [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_env.h:39:2: style: Class 'synthv1widget_env' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_env.cpp:126:51: style:inconclusive: Function 'paintEvent' argument 1 names different: declaration '' definition 'pPaintEvent'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_env.cpp:322:53: style:inconclusive: Function 'resizeEvent' argument 1 names different: declaration '' definition 'pResizeEvent'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_filt.cpp:53:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Panel [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_filt.cpp:142:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_filt.cpp:196:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_filt.cpp:209:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeAllCursor [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_filt.cpp:231:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShiftModifier [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_filt.cpp:274:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LPF [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_filt.h:39:2: style: Class 'synthv1widget_filt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_filt.cpp:126:52: style:inconclusive: Function 'paintEvent' argument 1 names different: declaration '' definition 'pPaintEvent'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_filt.cpp:244:54: style:inconclusive: Function 'resizeEvent' argument 1 names different: declaration '' definition 'pResizeEvent'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_jack.cpp:74:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONFIG_PREFIX [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_keybd.cpp:53:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Preferred [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_keybd.cpp:404:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_keybd.cpp:536:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShiftModifier [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_keybd.cpp:568:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeHorCursor [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_keybd.cpp:741:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolTip [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_keybd.cpp:774:30: style: Either there is a missing 'override', or the member function 'synthv1widget_keybd::noteName' can be static. [functionStatic] synthv1-1.4.1/src/synthv1widget_keybd.h:132:10: note: Either there is a missing 'override', or the member function 'synthv1widget_keybd::noteName' can be static. synthv1-1.4.1/src/synthv1widget_keybd.cpp:774:30: note: Either there is a missing 'override', or the member function 'synthv1widget_keybd::noteName' can be static. synthv1-1.4.1/src/synthv1widget_keybd.h:40:2: style: Class 'synthv1widget_keybd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_keybd.cpp:455:18: style: Condition 'm_iNoteKey>=MIN_NOTE' is always true [knownConditionTrueFalse] synthv1-1.4.1/src/synthv1widget_keybd.cpp:454:36: note: Assuming that condition 'n==m_iNoteKey' is not redundant synthv1-1.4.1/src/synthv1widget_keybd.cpp:455:18: note: Condition 'm_iNoteKey>=MIN_NOTE' is always true synthv1-1.4.1/src/synthv1widget_keybd.cpp:455:42: style: Condition 'MAX_NOTE>=m_iNoteKey' is always true [knownConditionTrueFalse] synthv1-1.4.1/src/synthv1widget_keybd.cpp:446:16: note: Assuming that condition 'n=m_iNoteKey' is always true synthv1-1.4.1/src/synthv1widget_lv2.cpp:68:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONFIG_PREFIX [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_lv2.h:42:3: style: The destructor '~synthv1widget_lv2' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget.h:54:11: note: Virtual destructor in base class synthv1-1.4.1/src/synthv1widget_lv2.h:42:3: note: Destructor in derived class synthv1-1.4.1/src/synthv1widget_lv2.h:60:14: style: The function 'ui_instance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget.h:129:22: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_lv2.h:60:14: note: Function in derived class synthv1-1.4.1/src/synthv1widget_lv2.h:63:7: style: The function 'updateParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] synthv1-1.4.1/src/synthv1widget.h:142:15: note: Virtual function in base class synthv1-1.4.1/src/synthv1widget_lv2.h:63:7: note: Function in derived class synthv1-1.4.1/src/synthv1widget_lv2.cpp:199:25: style: C-style pointer casting [cstyleCast] synthv1-1.4.1/src/synthv1widget_palette.cpp:108:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEditTriggers [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:177:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Active [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:309:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:356:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IniFormat [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:473:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:486:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:517:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Active [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:626:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IniFormat [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:635:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IniFormat [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:666:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Active [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:701:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Active [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:727:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:757:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Discard [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:888:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:916:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BackgroundRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:995:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1004:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1043:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Active [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1054:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Active [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1085:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoFocus [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1099:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1120:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1145:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1202:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SE_PushButtonContents [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1284:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolButtonIconOnly [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_palette.cpp:1034:35: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] synthv1-1.4.1/src/synthv1widget_palette.cpp:1035:33: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] synthv1-1.4.1/src/synthv1widget_palette.cpp:1232:3: error: Invalid connect() argument nr 2. A non-boolean value is required. [invalidFunctionArgBool] synthv1-1.4.1/src/synthv1widget_palette.cpp:872:42: style: Either there is a missing 'override', or the member function 'synthv1widget_palette::PaletteModel::columnCount' can be static. [functionStatic] synthv1-1.4.1/src/synthv1widget_palette.h:166:6: note: Either there is a missing 'override', or the member function 'synthv1widget_palette::PaletteModel::columnCount' can be static. synthv1-1.4.1/src/synthv1widget_palette.cpp:872:42: note: Either there is a missing 'override', or the member function 'synthv1widget_palette::PaletteModel::columnCount' can be static. synthv1-1.4.1/src/synthv1widget_palette.cpp:1034:41: error: Null pointer dereference [nullPointer] synthv1-1.4.1/src/synthv1widget_palette.h:165:34: style:inconclusive: Function 'rowCount' argument 1 names different: declaration 'parent' definition ''. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_palette.h:166:37: style:inconclusive: Function 'columnCount' argument 1 names different: declaration 'parent' definition ''. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_palette.h:210:31: style:inconclusive: Function 'createEditor' argument 2 names different: declaration 'option' definition ''. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_palette.cpp:1187:67: style:inconclusive: Function 'setBrush' argument 1 names different: declaration 'b' definition 'brush'. [funcArgNamesDifferent] synthv1-1.4.1/src/synthv1widget_palette.h:245:30: note: Function 'setBrush' argument 1 names different: declaration 'b' definition 'brush'. synthv1-1.4.1/src/synthv1widget_palette.cpp:1187:67: note: Function 'setBrush' argument 1 names different: declaration 'b' definition 'brush'. synthv1-1.4.1/src/synthv1widget_palette.cpp:480:26: style: Variable 'filename' is assigned a value that is never used. [unreadVariable] synthv1-1.4.1/src/synthv1widget_param.cpp:57:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Off [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:67:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SH_UnderlineShortcut [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:78:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PE_IndicatorRadioButton [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:189:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:267:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MiddleButton [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:338:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DefaultMode [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:351:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DefaultMode [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:396:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MiddleButton [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:412:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:548:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Intermediate [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:564:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:888:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_param.cpp:398:13: style: The statement 'if (m_bMousePressed) m_bMousePressed=false' is logically equivalent to 'm_bMousePressed=false'. [duplicateConditionalAssign] synthv1-1.4.1/src/synthv1widget_param.cpp:399:19: note: Assignment 'm_bMousePressed=false' synthv1-1.4.1/src/synthv1widget_param.cpp:398:13: note: Condition 'm_bMousePressed' is redundant synthv1-1.4.1/src/synthv1widget_param.h:406:13: style: Class 'synthv1widget_check' is unsafe, 'synthv1widget_check::m_pCheckBox' can leak by wrong usage. [unsafeClassCanLeak] synthv1-1.4.1/src/synthv1widget_param.cpp:479:49: style:inconclusive: Function 'dialValueChanged' argument 1 names different: declaration '' definition 'iDialValue'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_param.cpp:532:55: style:inconclusive: Function 'spinBoxValueChanged' argument 1 names different: declaration '' definition 'spinValue'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_param.cpp:617:55: style:inconclusive: Function 'spinBoxValueChanged' argument 1 names different: declaration '' definition 'spinValue'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_param.cpp:727:54: style:inconclusive: Function 'comboBoxValueChanged' argument 1 names different: declaration '' definition 'iComboValue'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_param.cpp:863:56: style:inconclusive: Function 'radioGroupValueChanged' argument 1 names different: declaration '' definition 'iRadioValue'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_param.cpp:950:55: style:inconclusive: Function 'checkBoxValueChanged' argument 1 names different: declaration '' definition 'bCheckValue'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_param.cpp:1017:53: style:inconclusive: Function 'paramValueChanged' argument 1 names different: declaration '' definition 'fValue'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_param.cpp:1029:55: style:inconclusive: Function 'groupBoxValueChanged' argument 1 names different: declaration '' definition 'bGroupValue'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_preset.cpp:58:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoInsert [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_preset.cpp:157:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Discard [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_preset.cpp:236:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROJECT_NAME [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_preset.cpp:302:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROJECT_NAME [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_preset.cpp:373:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_preset.h:42:2: style: Class 'synthv1widget_preset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_preset.cpp:186:60: style:inconclusive: Function 'activatePreset' argument 1 names different: declaration '' definition 'sPreset'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_preset.cpp:193:56: style:inconclusive: Function 'loadPreset' argument 1 names different: declaration '' definition 'sPreset'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_preset.cpp:293:56: style:inconclusive: Function 'savePreset' argument 1 names different: declaration '' definition 'sPreset'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_preset.cpp:146:18: style: Variable 'pConfig' can be declared as pointer to const [constVariablePointer] synthv1-1.4.1/src/synthv1widget_programs.cpp:234:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SelectRows [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_programs.cpp:282:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_programs.cpp:318:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_programs.cpp:383:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_programs.cpp:427:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_programs.cpp:473:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_programs.h:42:2: style: Class 'synthv1widget_programs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_programs.cpp:42:2: style: Class 'ItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_programs.cpp:50:31: style:inconclusive: Function 'createEditor' argument 2 names different: declaration 'option' definition ''. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_programs.cpp:470:65: style:inconclusive: Function 'itemChangedSlot' argument 1 names different: declaration '' definition 'pItem'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_programs.cpp:524:66: style:inconclusive: Function 'itemExpandedSlot' argument 1 names different: declaration '' definition 'pItem'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_programs.cpp:531:67: style:inconclusive: Function 'itemCollapsedSlot' argument 1 names different: declaration '' definition 'pItem'. [funcArgNamesDifferentUnnamed] synthv1-1.4.1/src/synthv1widget_programs.cpp:288:28: style: Variable 'pProg' can be declared as pointer to const [constVariablePointer] synthv1-1.4.1/src/synthv1widget_status.cpp:47:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Off [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_status.h:45:2: style: Class 'synthv1widget_status' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_status.h:62:10: style: Class 'synthv1widget_status' is unsafe, 'synthv1widget_status::m_pMidiInLedLabel' can leak by wrong usage. [unsafeClassCanLeak] synthv1-1.4.1/src/synthv1widget_status.h:63:10: style: Class 'synthv1widget_status' is unsafe, 'synthv1widget_status::m_pModifiedLabel' can leak by wrong usage. [unsafeClassCanLeak] synthv1-1.4.1/src/synthv1widget_wave.cpp:54:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Panel [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_wave.cpp:133:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_wave.cpp:195:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_wave.cpp:208:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeAllCursor [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_wave.cpp:240:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShiftModifier [valueFlowBailoutIncompleteVar] synthv1-1.4.1/src/synthv1widget_wave.h:42:2: style: Class 'synthv1widget_wave' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] synthv1-1.4.1/src/synthv1widget_wave.cpp:104:52: style:inconclusive: Function 'paintEvent' argument 1 names different: declaration '' definition 'pPaintEvent'. [funcArgNamesDifferentUnnamed] diff: head synthv1-1.4.1/src/synthv1_jack.h:75:25: style:inconclusive: Function 'updatePreset' argument 1 names different: declaration 'bDirty' definition ''. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1_jack.h:76:39: style:inconclusive: Function 'updateParam' argument 1 names different: declaration 'index' definition ''. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1_lv2.h:104:25: style:inconclusive: Function 'updatePreset' argument 1 names different: declaration 'bDirty' definition ''. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_config.cpp:305:73: style:inconclusive: Function 'controlsContextMenuRequested' argument 1 names different: declaration '' definition 'pos'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_config.cpp:336:51: style:inconclusive: Function 'controlsEnabled' argument 1 names different: declaration '' definition 'bOn'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_config.cpp:400:73: style:inconclusive: Function 'programsContextMenuRequested' argument 1 names different: declaration '' definition 'pos'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_config.cpp:435:51: style:inconclusive: Function 'programsEnabled' argument 1 names different: declaration '' definition 'bOn'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_config.cpp:465:51: style:inconclusive: Function 'tuningTabChanged' argument 1 names different: declaration '' definition 'iTuningTab'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_control.cpp:271:56: style:inconclusive: Function 'clicked' argument 1 names different: declaration '' definition 'pButton'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_control.cpp:414:55: style:inconclusive: Function 'activateControlType' argument 1 names different: declaration '' definition 'iControlType'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_controls.cpp:50:31: style:inconclusive: Function 'createEditor' argument 2 names different: declaration 'option' definition ''. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_controls.cpp:798:19: style:inconclusive: Function 'itemChangedSlot' argument 1 names different: declaration '' definition 'pItem'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_controls.cpp:798:30: style:inconclusive: Function 'itemChangedSlot' argument 2 names different: declaration '' definition 'column'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_env.cpp:126:51: style:inconclusive: Function 'paintEvent' argument 1 names different: declaration '' definition 'pPaintEvent'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_env.cpp:322:53: style:inconclusive: Function 'resizeEvent' argument 1 names different: declaration '' definition 'pResizeEvent'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_filt.cpp:126:52: style:inconclusive: Function 'paintEvent' argument 1 names different: declaration '' definition 'pPaintEvent'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_filt.cpp:244:54: style:inconclusive: Function 'resizeEvent' argument 1 names different: declaration '' definition 'pResizeEvent'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_palette.h:165:34: style:inconclusive: Function 'rowCount' argument 1 names different: declaration 'parent' definition ''. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_palette.h:166:37: style:inconclusive: Function 'columnCount' argument 1 names different: declaration 'parent' definition ''. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_palette.h:210:31: style:inconclusive: Function 'createEditor' argument 2 names different: declaration 'option' definition ''. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_param.cpp:1017:53: style:inconclusive: Function 'paramValueChanged' argument 1 names different: declaration '' definition 'fValue'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_param.cpp:1029:55: style:inconclusive: Function 'groupBoxValueChanged' argument 1 names different: declaration '' definition 'bGroupValue'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_param.cpp:479:49: style:inconclusive: Function 'dialValueChanged' argument 1 names different: declaration '' definition 'iDialValue'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_param.cpp:532:55: style:inconclusive: Function 'spinBoxValueChanged' argument 1 names different: declaration '' definition 'spinValue'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_param.cpp:617:55: style:inconclusive: Function 'spinBoxValueChanged' argument 1 names different: declaration '' definition 'spinValue'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_param.cpp:727:54: style:inconclusive: Function 'comboBoxValueChanged' argument 1 names different: declaration '' definition 'iComboValue'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_param.cpp:863:56: style:inconclusive: Function 'radioGroupValueChanged' argument 1 names different: declaration '' definition 'iRadioValue'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_param.cpp:950:55: style:inconclusive: Function 'checkBoxValueChanged' argument 1 names different: declaration '' definition 'bCheckValue'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_preset.cpp:186:60: style:inconclusive: Function 'activatePreset' argument 1 names different: declaration '' definition 'sPreset'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_preset.cpp:193:56: style:inconclusive: Function 'loadPreset' argument 1 names different: declaration '' definition 'sPreset'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_preset.cpp:293:56: style:inconclusive: Function 'savePreset' argument 1 names different: declaration '' definition 'sPreset'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_programs.cpp:470:65: style:inconclusive: Function 'itemChangedSlot' argument 1 names different: declaration '' definition 'pItem'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_programs.cpp:50:31: style:inconclusive: Function 'createEditor' argument 2 names different: declaration 'option' definition ''. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_programs.cpp:524:66: style:inconclusive: Function 'itemExpandedSlot' argument 1 names different: declaration '' definition 'pItem'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_programs.cpp:531:67: style:inconclusive: Function 'itemCollapsedSlot' argument 1 names different: declaration '' definition 'pItem'. [funcArgNamesDifferentUnnamed] head synthv1-1.4.1/src/synthv1widget_wave.cpp:104:52: style:inconclusive: Function 'paintEvent' argument 1 names different: declaration '' definition 'pPaintEvent'. [funcArgNamesDifferentUnnamed] DONE