fixed small error #217
Annotations
1 error and 7 warnings
src/get.c:7:10 [clang-diagnostic-error]:
src/get.c#L7
'git2.h' file not found
|
src/get.c:38:10 [cppcoreguidelines-init-variables]:
src/get.c#L38
variable 'd' is not initialized
|
src/get.c:39:20 [cppcoreguidelines-init-variables]:
src/get.c#L39
variable 'dir' is not initialized
|
src/get.c:54:64 [readability-braces-around-statements]:
src/get.c#L54
statement should be inside braces
|
src/get.c:174:30 [cppcoreguidelines-init-variables]:
src/get.c#L174
variable 'error' is not initialized
|
src/get.c:183:30 [cppcoreguidelines-init-variables]:
src/get.c#L183
variable 'error' is not initialized
|
src/get.c:190:30 [cppcoreguidelines-init-variables]:
src/get.c#L190
variable 'error' is not initialized
|
c-linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|