chore: cherry-pick commits from release/eagle branch #113
Annotations
5 warnings
|
Run linuxdeepin/action-cppcheck@main:
src/src/extensionService/extensionservice.cpp#L141
Consider using std::any_of algorithm instead of a raw loop.
|
|
Run linuxdeepin/action-cppcheck@main:
src/src/extensionService/extensionservice.cpp#L140
Variable 'str' is used to iterate by value. It could be declared as a const reference which is usually faster and recommended in C++.
|
|
Run linuxdeepin/action-cppcheck@main:
src/src/extensionService/extensionservice.cpp#L49
Include file: "websockethandle.h" not found.
|
|
Run linuxdeepin/action-cppcheck@main:
src/src/extensionService/extensionservice.cpp#L48
Include file: "websockettransport.h" not found.
|
|
Run linuxdeepin/action-cppcheck@main:
src/src/aria2/aria2rpcinterface.cpp#L253
Variable 't' is used to iterate by value. It could be declared as a const reference which is usually faster and recommended in C++.
|
Loading