Skip to content

fix: After manually mounting SMB, the network is disconnected and the card is stuck #3870

fix: After manually mounting SMB, the network is disconnected and the card is stuck

fix: After manually mounting SMB, the network is disconnected and the card is stuck #3870

Triggered via pull request July 10, 2024 02:00
@liyigang1liyigang1
synchronize #2095
Status Success
Total duration 50s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
cppcheck: src/plugins/common/core/dfmplugin-fileoperations/fileoperationsevent/fileoperationseventreceiver.cpp#L1108
Parameter 'urls' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/plugins/common/core/dfmplugin-fileoperations/fileoperationsevent/fileoperationseventreceiver.cpp#L1197
Parameter 'suffix' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/plugins/common/core/dfmplugin-fileoperations/fileoperationsevent/fileoperationseventreceiver.h#L150
Parameter 'suffix' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/plugins/common/core/dfmplugin-fileoperations/fileoperationsevent/fileoperationseventreceiver.h#L236
Parameter 'urls' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/