Skip to content

chore: Adapt linglong #587

chore: Adapt linglong

chore: Adapt linglong #587

Triggered via pull request September 10, 2024 12:47
@re2zerore2zero
opened #515
Status Success
Total duration 1m 1s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
cppcheck: src/common/hwdec_probe.cpp#L102
The function 'initffmpegInterface' is never used.
cppcheck: src/libdmr/compositing_manager.cpp#L398
The function 'setCanHwdec' is never used.
cppcheck: src/libdmr/compositing_manager.cpp#L721
The scope of the variable 'enabled' can be reduced. Warning: Be careful when fixing this message, especially when there are inner loops. Here is an example where cppcheck will write that the scope for 'i' can be reduced:\012void f(int x)\012{\012 int i = 0;\012 if (x) {\012 // it's safe to move 'int i = 0;' here\012 for (int n = 0; n < 10; ++n) {\012 // it is possible but not safe to move 'int i = 0;' here\012 do_something(&i);\012 }\012 }\012}\012When you see this message it is always safe to reduce the variable scope 1 level.
cppcheck: src/libdmr/compositing_manager.cpp#L721
Variable 'enabled' is assigned a value that is never used.
cppcheck: src/libdmr/compositing_manager.cpp#L727
Variable 'enabled' is assigned a value that is never used.
cppcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cppcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/