Skip to content

fix: Read images from gvfs-mtp mounted folder was slow. #112

fix: Read images from gvfs-mtp mounted folder was slow.

fix: Read images from gvfs-mtp mounted folder was slow. #112

Triggered via pull request September 5, 2023 05:29
@rb-unionrb-union
opened #91
Status Success
Total duration 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
cppcheck: libimageviewer/imageviewer.cpp#L118
Parameter 'currentPath' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: libimageviewer/imageviewer.cpp#L118
Parameter 'paths' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: libimageviewer/viewpanel/contents/imageinfowidget.cpp#L271
Redundant initialization for 'needMtpProxy'. The initialized value is overwritten before it is read.
cppcheck: libimageviewer/viewpanel/viewpanel.cpp#L459
Redundant initialization for 'pathType'. The initialized value is overwritten before it is read.