Skip to content

refactor: remove unused code in common #583

refactor: remove unused code in common

refactor: remove unused code in common #583

Triggered via pull request January 16, 2024 08:39
@deepin-mozartdeepin-mozart
synchronize #327
Status Success
Total duration 4m 38s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
cppcheck: src/common/dialog/commondialog.cpp#L86
The function 'singleChoice' is never used.
cppcheck: src/plugins/filebrowser/mainframe/treeview.cpp#L106
Consider using std::accumulate algorithm instead of a raw loop.
cppcheck: src/plugins/filebrowser/mainframe/treeview.cpp#L129
Consider using std::accumulate algorithm instead of a raw loop.
cppcheck: src/plugins/filebrowser/mainframe/treeview.cpp#L154
Consider using std::accumulate algorithm instead of a raw loop.