Skip to content

fix: pick up loss merge of release 1070 #582

fix: pick up loss merge of release 1070

fix: pick up loss merge of release 1070 #582

Triggered via pull request August 28, 2024 01:29
@add-uosadd-uos
opened #511
Status Success
Total duration 58s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cppcheck: src/common/mainwindow.cpp#L2877
Opposite inner 'if' condition leads to a dead code block (outer condition is 'decodeType==3' and inner condition is 'decodeType!=3').
cppcheck: src/common/mainwindow.cpp#L2970
Parameter 'key' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/common/mainwindow.cpp#L3022
Parameter 'key' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/common/platform/platform_mainwindow.cpp#L2888
Opposite inner 'if' condition leads to a dead code block (outer condition is 'decodeType==3' and inner condition is 'decodeType!=3').
cppcheck: src/common/platform/platform_mainwindow.cpp#L2976
Parameter 'key' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/common/platform/platform_mainwindow.cpp#L3019
Parameter 'key' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/common/settings_translation.cpp#L61
Variable 'group_decoding_auto' is assigned a value that is never used.
cppcheck: src/common/settings_translation.cpp#L62
Variable 'group_decoding_hardware' is assigned a value that is never used.
cppcheck: src/common/settings_translation.cpp#L63
Variable 'group_decoding_software' is assigned a value that is never used.
cppcheck: src/common/settings_translation.cpp#L64
Variable 'group_decoding_customize' is assigned a value that is never used.