2022-06-30 10:38 ftp://ftp.de.debian.org/debian/pool/main/p/pulseeffects/pulseeffects_4.8.7.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j1 platform: Linux-5.18.6-1-MANJARO-x86_64-with-glibc2.35 python: 3.10.5 client-version: 1.3.25 compiler: g++ (GCC) 12.1.0 cppcheck: head 2.8 head-info: 06b408e (2022-06-29 13:43:17 +0200) count: 87 85 elapsed-time: 2.9 3.6 head-timing-info: Tokenizer::simplifyTokens1: 2.59275s (avg. 0.0256708s - 101 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 2.17684s (avg. 0.0215529s - 101 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 0.210282s (avg. 0.002082s - 101 result(s)) Tokenizer::createTokens: 0.063922s (avg. 0.000632891s - 101 result(s)) Check function usage::runChecks: 0.042259s (avg. 0.000418406s - 101 result(s)) Overall time: 5.35012s old-timing-info: Tokenizer::simplifyTokens1: 3.26975s (avg. 0.0323738s - 101 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 2.83595s (avg. 0.0280787s - 101 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 0.227053s (avg. 0.00224805s - 101 result(s)) Tokenizer::createTokens: 0.062764s (avg. 0.000621426s - 101 result(s)) Check function usage::runChecks: 0.055344s (avg. 0.00054796s - 101 result(s)) Overall time: 6.71515s head results: easyeffects-4.8.7/src/adapter/gstpeadapter.cpp:355:32: style: Condition 'frame_difference>0' is always true [knownConditionTrueFalse] easyeffects-4.8.7/src/adapter/gstpeadapter.cpp:344:83: note: Assuming that condition 'peadapter->inbuf_n_samplesblocksize' is not redundant easyeffects-4.8.7/src/adapter/gstpeadapter.cpp:353:56: note: Assignment 'frame_difference=peadapter->blocksize-peadapter->inbuf_n_samples', assigned value is greater than 0 easyeffects-4.8.7/src/adapter/gstpeadapter.cpp:355:32: note: Condition 'frame_difference>0' is always true easyeffects-4.8.7/src/adapter/gstpeadapter.cpp:102:19: style: C-style pointer casting [cstyleCast] easyeffects-4.8.7/src/adapter/gstpeadapter.cpp:103:22: style: C-style pointer casting [cstyleCast] easyeffects-4.8.7/src/app_info_ui.cpp:165:15: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment] easyeffects-4.8.7/src/app_info_ui.cpp:161:16: note: success is assigned easyeffects-4.8.7/src/app_info_ui.cpp:165:15: note: success is overwritten easyeffects-4.8.7/src/application.cpp:281:12: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/application.cpp:289:12: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/blocklist_settings_ui.cpp:191:15: warning:inconclusive: Possible null pointer dereference: ui [nullPointer] easyeffects-4.8.7/src/blocklist_settings_ui.cpp:187:29: note: Assignment 'ui=nullptr', assigned value is 0 easyeffects-4.8.7/src/blocklist_settings_ui.cpp:191:15: note: Null pointer dereference easyeffects-4.8.7/src/blocklist_settings_ui.cpp:222:5: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/blocklist_settings_ui.cpp:214:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/blocklist_settings_ui.cpp:222:5: note: Null pointer dereference easyeffects-4.8.7/src/blocklist_settings_ui.cpp:223:5: warning:inconclusive: Possible null pointer dereference: label [nullPointer] easyeffects-4.8.7/src/blocklist_settings_ui.cpp:216:25: note: Assignment 'label=nullptr', assigned value is 0 easyeffects-4.8.7/src/blocklist_settings_ui.cpp:223:5: note: Null pointer dereference easyeffects-4.8.7/src/blocklist_settings_ui.cpp:225:30: warning:inconclusive: Possible null pointer dereference: remove_btn [nullPointer] easyeffects-4.8.7/src/blocklist_settings_ui.cpp:215:31: note: Assignment 'remove_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/blocklist_settings_ui.cpp:225:30: note: Null pointer dereference easyeffects-4.8.7/src/blocklist_settings_ui.cpp:227:32: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/blocklist_settings_ui.cpp:214:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/blocklist_settings_ui.cpp:227:32: note: Null pointer dereference easyeffects-4.8.7/src/blocklist_settings_ui.cpp:152:59: style: Parameter 'a' can be declared as reference to const [constParameter] easyeffects-4.8.7/src/blocklist_settings_ui.cpp:116:22: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/calibration_mic.cpp:74:11: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/calibration_signals.cpp:62:11: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/calibration_ui.cpp:95:10: style: Local variable 'n_bars' shadows outer variable [shadowVariable] easyeffects-4.8.7/src/calibration_ui.cpp:89:8: note: Shadowed declaration easyeffects-4.8.7/src/calibration_ui.cpp:95:10: note: Shadow variable easyeffects-4.8.7/src/convolver/gstpeconvolver.cpp:355:11: error: Uninitialized variable: ret [uninitvar] easyeffects-4.8.7/src/convolver/gstpeconvolver.cpp:328:21: style: Variable 'density' is assigned a value that is never used. [unreadVariable] easyeffects-4.8.7/src/convolver/gstpeconvolver.cpp:329:20: style: Variable 'max_size' is assigned a value that is never used. [unreadVariable] easyeffects-4.8.7/src/convolver_ui.cpp:248:5: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/convolver_ui.cpp:238:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/convolver_ui.cpp:248:5: note: Null pointer dereference easyeffects-4.8.7/src/convolver_ui.cpp:249:5: warning:inconclusive: Possible null pointer dereference: label [nullPointer] easyeffects-4.8.7/src/convolver_ui.cpp:241:25: note: Assignment 'label=nullptr', assigned value is 0 easyeffects-4.8.7/src/convolver_ui.cpp:249:5: note: Null pointer dereference easyeffects-4.8.7/src/convolver_ui.cpp:251:30: warning:inconclusive: Possible null pointer dereference: remove_btn [nullPointer] easyeffects-4.8.7/src/convolver_ui.cpp:239:31: note: Assignment 'remove_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/convolver_ui.cpp:251:30: note: Null pointer dereference easyeffects-4.8.7/src/convolver_ui.cpp:256:30: warning:inconclusive: Possible null pointer dereference: apply_btn [nullPointer] easyeffects-4.8.7/src/convolver_ui.cpp:240:30: note: Assignment 'apply_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/convolver_ui.cpp:256:30: note: Null pointer dereference easyeffects-4.8.7/src/convolver_ui.cpp:262:23: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/convolver_ui.cpp:238:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/convolver_ui.cpp:262:23: note: Null pointer dereference easyeffects-4.8.7/src/convolver_ui.cpp:538:10: style: Local variable 'n_bars' shadows outer variable [shadowVariable] easyeffects-4.8.7/src/convolver_ui.cpp:532:8: note: Shadowed declaration easyeffects-4.8.7/src/convolver_ui.cpp:538:10: note: Shadow variable easyeffects-4.8.7/src/crystalizer/filter.hpp:67:8: performance:inconclusive: Technically the member function 'Filter::direct_conv' can be static (but you may consider moving to unnamed namespace). [functionStatic] easyeffects-4.8.7/src/crystalizer/filter.cpp:99:14: note: Technically the member function 'Filter::direct_conv' can be static (but you may consider moving to unnamed namespace). easyeffects-4.8.7/src/crystalizer/filter.hpp:67:8: note: Technically the member function 'Filter::direct_conv' can be static (but you may consider moving to unnamed namespace). easyeffects-4.8.7/src/crystalizer/filter.hpp:28:3: style: Class 'Filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] easyeffects-4.8.7/src/crystalizer/filter.cpp:170:11: style: The comparison 'ret != 0' is always false. [knownConditionTrueFalse] easyeffects-4.8.7/src/crystalizer/filter.cpp:147:13: note: 'ret' is assigned value '0' here. easyeffects-4.8.7/src/crystalizer/filter.cpp:170:11: note: The comparison 'ret != 0' is always false. easyeffects-4.8.7/src/crystalizer/filter.cpp:146:17: style: Variable 'density' is assigned a value that is never used. [unreadVariable] easyeffects-4.8.7/src/equalizer_ui.cpp:402:5: warning:inconclusive: Possible null pointer dereference: band_gain_label [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:345:35: note: Assignment 'band_gain_label=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:402:5: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:495:36: warning:inconclusive: Possible null pointer dereference: band_type [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:339:36: note: Assignment 'band_type=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:495:36: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:514:34: warning:inconclusive: Possible null pointer dereference: band_type [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:339:36: note: Assignment 'band_type=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:514:34: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:518:34: warning:inconclusive: Possible null pointer dereference: band_mode [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:340:36: note: Assignment 'band_mode=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:518:34: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:522:34: warning:inconclusive: Possible null pointer dereference: band_slope [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:341:37: note: Assignment 'band_slope=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:522:34: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:525:22: warning:inconclusive: Possible null pointer dereference: band_grid [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:338:28: note: Assignment 'band_grid=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:525:22: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:693:5: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:685:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:693:5: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:695:5: warning:inconclusive: Possible null pointer dereference: label [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:687:25: note: Assignment 'label=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:695:5: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:697:30: warning:inconclusive: Possible null pointer dereference: apply_btn [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:686:30: note: Assignment 'apply_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:697:30: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:699:27: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/equalizer_ui.cpp:685:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/equalizer_ui.cpp:699:27: note: Null pointer dereference easyeffects-4.8.7/src/equalizer_ui.cpp:547:10: style: The scope of the variable 'freq1' can be reduced. [variableScope] easyeffects-4.8.7/src/equalizer_ui.cpp:619:57: style: Local variable 'e' shadows outer variable [shadowVariable] easyeffects-4.8.7/src/equalizer_ui.cpp:614:55: note: Shadowed declaration easyeffects-4.8.7/src/equalizer_ui.cpp:619:57: note: Shadow variable easyeffects-4.8.7/src/pipeline_base.cpp:807:17: style: C-style pointer casting [cstyleCast] easyeffects-4.8.7/src/pipeline_base.cpp:53:15: style: The scope of the variable 'source_name' can be reduced. [variableScope] easyeffects-4.8.7/src/pipeline_base.cpp:54:15: style: The scope of the variable 'idx' can be reduced. [variableScope] easyeffects-4.8.7/src/pipeline_base.cpp:56:7: style: The scope of the variable 'priority' can be reduced. [variableScope] easyeffects-4.8.7/src/pipeline_base.cpp:57:7: style: The scope of the variable 'niceness' can be reduced. [variableScope] easyeffects-4.8.7/src/pipeline_base.cpp:58:7: style: The scope of the variable 'priority_type' can be reduced. [variableScope] easyeffects-4.8.7/src/pipeline_base.cpp:649:72: style: Parameter 'a' can be declared as reference to const [constParameter] easyeffects-4.8.7/src/pipeline_base.cpp:656:80: style: Parameter 'a' can be declared as reference to const [constParameter] easyeffects-4.8.7/src/pipeline_base.cpp:569:27: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/pipeline_base.cpp:637:38: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/presets_manager.cpp:329:28: style: The scope of the variable 'input_plugins' can be reduced. [variableScope] easyeffects-4.8.7/src/presets_manager.cpp:330:28: style: The scope of the variable 'output_plugins' can be reduced. [variableScope] easyeffects-4.8.7/src/presets_manager.cpp:157:28: style: Variable 'e' can be declared as reference to const [constVariable] easyeffects-4.8.7/src/presets_manager.cpp:471:13: style: Variable 'user_dir' can be declared as reference to const [constVariable] easyeffects-4.8.7/src/presets_manager.cpp:165:20: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/presets_manager.cpp:359:31: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/presets_manager.cpp:408:31: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/presets_menu_ui.cpp:81:17: warning:inconclusive: Possible null pointer dereference: ui [nullPointer] easyeffects-4.8.7/src/presets_menu_ui.cpp:77:23: note: Assignment 'ui=nullptr', assigned value is 0 easyeffects-4.8.7/src/presets_menu_ui.cpp:81:17: note: Null pointer dereference easyeffects-4.8.7/src/presets_menu_ui.cpp:217:5: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/presets_menu_ui.cpp:203:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/presets_menu_ui.cpp:217:5: note: Null pointer dereference easyeffects-4.8.7/src/presets_menu_ui.cpp:218:5: warning:inconclusive: Possible null pointer dereference: label [nullPointer] easyeffects-4.8.7/src/presets_menu_ui.cpp:207:25: note: Assignment 'label=nullptr', assigned value is 0 easyeffects-4.8.7/src/presets_menu_ui.cpp:218:5: note: Null pointer dereference easyeffects-4.8.7/src/presets_menu_ui.cpp:224:30: warning:inconclusive: Possible null pointer dereference: apply_btn [nullPointer] easyeffects-4.8.7/src/presets_menu_ui.cpp:204:30: note: Assignment 'apply_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/presets_menu_ui.cpp:224:30: note: Null pointer dereference easyeffects-4.8.7/src/presets_menu_ui.cpp:238:9: warning:inconclusive: Possible null pointer dereference: save_btn [nullPointer] easyeffects-4.8.7/src/presets_menu_ui.cpp:205:29: note: Assignment 'save_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/presets_menu_ui.cpp:238:9: note: Null pointer dereference easyeffects-4.8.7/src/presets_menu_ui.cpp:240:30: warning:inconclusive: Possible null pointer dereference: autoload_btn [nullPointer] easyeffects-4.8.7/src/presets_menu_ui.cpp:208:39: note: Assignment 'autoload_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/presets_menu_ui.cpp:240:30: note: Null pointer dereference easyeffects-4.8.7/src/presets_menu_ui.cpp:269:30: warning:inconclusive: Possible null pointer dereference: remove_btn [nullPointer] easyeffects-4.8.7/src/presets_menu_ui.cpp:206:31: note: Assignment 'remove_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/presets_menu_ui.cpp:269:30: note: Null pointer dereference easyeffects-4.8.7/src/presets_menu_ui.cpp:275:19: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/presets_menu_ui.cpp:203:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/presets_menu_ui.cpp:275:19: note: Null pointer dereference easyeffects-4.8.7/src/pulse_info_ui.cpp:189:19: style: Unused variable: key [unusedVariable] easyeffects-4.8.7/src/pulse_info_ui.cpp:190:19: style: Unused variable: value [unusedVariable] easyeffects-4.8.7/src/realtime_kit.cpp:63:21: style: C-style pointer casting [cstyleCast] easyeffects-4.8.7/src/realtime_kit.cpp:65:21: style: C-style pointer casting [cstyleCast] easyeffects-4.8.7/src/rnnoise_ui.cpp:177:5: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/rnnoise_ui.cpp:167:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/rnnoise_ui.cpp:177:5: note: Null pointer dereference easyeffects-4.8.7/src/rnnoise_ui.cpp:178:5: warning:inconclusive: Possible null pointer dereference: label [nullPointer] easyeffects-4.8.7/src/rnnoise_ui.cpp:170:25: note: Assignment 'label=nullptr', assigned value is 0 easyeffects-4.8.7/src/rnnoise_ui.cpp:178:5: note: Null pointer dereference easyeffects-4.8.7/src/rnnoise_ui.cpp:180:30: warning:inconclusive: Possible null pointer dereference: remove_btn [nullPointer] easyeffects-4.8.7/src/rnnoise_ui.cpp:168:31: note: Assignment 'remove_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/rnnoise_ui.cpp:180:30: note: Null pointer dereference easyeffects-4.8.7/src/rnnoise_ui.cpp:185:30: warning:inconclusive: Possible null pointer dereference: apply_btn [nullPointer] easyeffects-4.8.7/src/rnnoise_ui.cpp:169:30: note: Assignment 'apply_btn=nullptr', assigned value is 0 easyeffects-4.8.7/src/rnnoise_ui.cpp:185:30: note: Null pointer dereference easyeffects-4.8.7/src/rnnoise_ui.cpp:191:25: warning:inconclusive: Possible null pointer dereference: row [nullPointer] easyeffects-4.8.7/src/rnnoise_ui.cpp:167:28: note: Assignment 'row=nullptr', assigned value is 0 easyeffects-4.8.7/src/rnnoise_ui.cpp:191:25: note: Null pointer dereference easyeffects-4.8.7/src/sink_input_effects.cpp:259:16: style: Variable 'success' is assigned a value that is never used. [unreadVariable] easyeffects-4.8.7/src/sink_input_effects_ui.cpp:198:15: warning:inconclusive: Possible null pointer dereference: ui [nullPointer] easyeffects-4.8.7/src/sink_input_effects_ui.cpp:194:28: note: Assignment 'ui=nullptr', assigned value is 0 easyeffects-4.8.7/src/sink_input_effects_ui.cpp:198:15: note: Null pointer dereference easyeffects-4.8.7/src/sink_input_effects_ui.cpp:199:36: warning:inconclusive: Possible null pointer dereference: ui [nullPointer] easyeffects-4.8.7/src/sink_input_effects_ui.cpp:194:28: note: Assignment 'ui=nullptr', assigned value is 0 easyeffects-4.8.7/src/sink_input_effects_ui.cpp:199:36: note: Null pointer dereference easyeffects-4.8.7/src/sink_input_effects_ui.cpp:232:18: warning:inconclusive: Possible null pointer dereference: appui [nullPointer] easyeffects-4.8.7/src/sink_input_effects_ui.cpp:228:22: note: Assignment 'appui=nullptr', assigned value is 0 easyeffects-4.8.7/src/sink_input_effects_ui.cpp:232:18: note: Null pointer dereference easyeffects-4.8.7/src/sink_input_effects_ui.cpp:220:48: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/source_output_effects.cpp:194:16: style: Variable 'success' is assigned a value that is never used. [unreadVariable] easyeffects-4.8.7/src/source_output_effects_ui.cpp:156:15: warning:inconclusive: Possible null pointer dereference: ui [nullPointer] easyeffects-4.8.7/src/source_output_effects_ui.cpp:152:31: note: Assignment 'ui=nullptr', assigned value is 0 easyeffects-4.8.7/src/source_output_effects_ui.cpp:156:15: note: Null pointer dereference easyeffects-4.8.7/src/source_output_effects_ui.cpp:157:36: warning:inconclusive: Possible null pointer dereference: ui [nullPointer] easyeffects-4.8.7/src/source_output_effects_ui.cpp:152:31: note: Assignment 'ui=nullptr', assigned value is 0 easyeffects-4.8.7/src/source_output_effects_ui.cpp:157:36: note: Null pointer dereference easyeffects-4.8.7/src/source_output_effects_ui.cpp:190:18: warning:inconclusive: Possible null pointer dereference: appui [nullPointer] easyeffects-4.8.7/src/source_output_effects_ui.cpp:186:22: note: Assignment 'appui=nullptr', assigned value is 0 easyeffects-4.8.7/src/source_output_effects_ui.cpp:190:18: note: Null pointer dereference easyeffects-4.8.7/src/source_output_effects_ui.cpp:178:48: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] easyeffects-4.8.7/src/spectrum_settings_ui.cpp:195:15: warning:inconclusive: Possible null pointer dereference: ui [nullPointer] easyeffects-4.8.7/src/spectrum_settings_ui.cpp:191:28: note: Assignment 'ui=nullptr', assigned value is 0 easyeffects-4.8.7/src/spectrum_settings_ui.cpp:195:15: note: Null pointer dereference easyeffects-4.8.7/src/spectrum_ui.cpp:82:13: warning:inconclusive: Possible null pointer dereference: ui [nullPointer] easyeffects-4.8.7/src/spectrum_ui.cpp:78:20: note: Assignment 'ui=nullptr', assigned value is 0 easyeffects-4.8.7/src/spectrum_ui.cpp:82:13: note: Null pointer dereference diff: head easyeffects-4.8.7/src/blocklist_settings_ui.cpp:152:59: style: Parameter 'a' can be declared as reference to const [constParameter] 2.8 easyeffects-4.8.7/src/blocklist_settings_ui.cpp:152:59: style: Parameter 'a' can be declared with const [constParameter] head easyeffects-4.8.7/src/pipeline_base.cpp:649:72: style: Parameter 'a' can be declared as reference to const [constParameter] 2.8 easyeffects-4.8.7/src/pipeline_base.cpp:649:72: style: Parameter 'a' can be declared with const [constParameter] head easyeffects-4.8.7/src/pipeline_base.cpp:656:80: style: Parameter 'a' can be declared as reference to const [constParameter] 2.8 easyeffects-4.8.7/src/pipeline_base.cpp:656:80: style: Parameter 'a' can be declared with const [constParameter] head easyeffects-4.8.7/src/presets_manager.cpp:157:28: style: Variable 'e' can be declared as reference to const [constVariable] head easyeffects-4.8.7/src/presets_manager.cpp:471:13: style: Variable 'user_dir' can be declared as reference to const [constVariable] DONE