Skip to content

fixed stuff

fixed stuff #233

Triggered via pull request December 25, 2024 20:41
Status Success
Total duration 29s
Artifacts

c-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
src/check.c:2:10 [clang-diagnostic-error]: src/check.c#L2
'libspm.h' file not found
src/clean.c:1:10 [clang-diagnostic-error]: src/clean.c#L1
'cutils.h' file not found
src/globals.c:2:10 [clang-diagnostic-error]: src/globals.c#L2
'stdbool.h' file not found
test/test.h:2:10 [clang-diagnostic-error]: test/test.h#L2
'stdbool.h' file not found
formats/ecmp/ecmp.c:27:14 [readability-inconsistent-declaration-parameter-name]: formats/ecmp/ecmp.c#L27
function 'getsections' has a definition with different parameter names
formats/ecmp/ecmp.c:33:12 [cppcoreguidelines-avoid-non-const-global-variables]: formats/ecmp/ecmp.c#L33
variable 'hm' is non-const and globally accessible, consider making it const
formats/ecmp/ecmp.c:33:12 [cppcoreguidelines-avoid-non-const-global-variables]: formats/ecmp/ecmp.c#L33
variable 'hm' provides global access to a non-const object; consider making the pointed-to data 'const'
formats/ecmp/ecmp.c:34:12 [cppcoreguidelines-avoid-non-const-global-variables]: formats/ecmp/ecmp.c#L34
variable 'infohm' is non-const and globally accessible, consider making it const
formats/ecmp/ecmp.c:34:12 [cppcoreguidelines-avoid-non-const-global-variables]: formats/ecmp/ecmp.c#L34
variable 'infohm' provides global access to a non-const object; consider making the pointed-to data 'const'
formats/ecmp/ecmp.c:99:12 [cppcoreguidelines-init-variables]: formats/ecmp/ecmp.c#L99
variable 'sections' is not initialized