Skip to content

Release 1.7.5

Release 1.7.5 #34

Triggered via pull request January 10, 2025 14:03
@dengbo11dengbo11
synchronize #39
Status Success
Total duration 53s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
cppcheck: apps/ll-box/src/util/debug/debug.cpp#L24
The function 'DumpCap' is never used.
cppcheck: apps/ll-box/src/util/debug/debug.cpp#L53
The function 'DumpIDMap' is never used.
cppcheck: libs/linglong/src/linglong/package_manager/package_task.h#L175
Variable 'ref' can be declared with const
cppcheck: libs/linglong/src/linglong/repo/ostree_repo.cpp#L1797
Local variable 'id' shadows outer variable
cppcheck: libs/oci-cfg-generators/src/linglong/oci-cfg-generators/30_user_home.cpp#L344
Consider using std::any_of algorithm instead of a raw loop.