fix: added a few more libc calls #33
Annotations
1 error and 10 warnings
π¨ C lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
π¨ C lint:
src/cjit.c#L173
[cpplint] reported by reviewdog πΆ
"stdio.h" already included at src/cjit.c:21 [build/include] [4]
Raw Output:
src/cjit.c:173: "stdio.h" already included at src/cjit.c:21 [build/include] [4]
|
π¨ C lint:
src/cjit.c#L174
[cpplint] reported by reviewdog πΆ
"stdlib.h" already included at src/cjit.c:20 [build/include] [4]
Raw Output:
src/cjit.c:174: "stdlib.h" already included at src/cjit.c:20 [build/include] [4]
|
π¨ C lint:
src/cjit.c#L175
[cpplint] reported by reviewdog πΆ
"string.h" already included at src/cjit.c:22 [build/include] [4]
Raw Output:
src/cjit.c:175: "string.h" already included at src/cjit.c:22 [build/include] [4]
|
π¨ C lint:
src/cjit.c#L176
[cpplint] reported by reviewdog πΆ
"unistd.h" already included at src/cjit.c:32 [build/include] [4]
Raw Output:
src/cjit.c:176: "unistd.h" already included at src/cjit.c:32 [build/include] [4]
|
π¨ C lint:
src/cjit.c#L178
[cpplint] reported by reviewdog πΆ
"sys/types.h" already included at src/cjit.c:26 [build/include] [4]
Raw Output:
src/cjit.c:178: "sys/types.h" already included at src/cjit.c:26 [build/include] [4]
|
π¨ C lint:
src/cjit.c#L179
[cpplint] reported by reviewdog πΆ
"sys/wait.h" already included at src/cjit.c:31 [build/include] [4]
Raw Output:
src/cjit.c:179: "sys/wait.h" already included at src/cjit.c:31 [build/include] [4]
|
π¨ C lint:
src/cjit.c#L188
[cpplint] reported by reviewdog πΆ
"errno.h" already included at src/cjit.c:24 [build/include] [4]
Raw Output:
src/cjit.c:188: "errno.h" already included at src/cjit.c:24 [build/include] [4]
|
π¨ C lint:
src/cjit.c#L190
[cpplint] reported by reviewdog πΆ
"sys/stat.h" already included at src/cjit.c:27 [build/include] [4]
Raw Output:
src/cjit.c:190: "sys/stat.h" already included at src/cjit.c:27 [build/include] [4]
|
π¨ C lint:
src/cjit.c#L197
[cpplint] reported by reviewdog πΆ
"sys/mman.h" already included at src/cjit.c:191 [build/include] [4]
Raw Output:
src/cjit.c:197: "sys/mman.h" already included at src/cjit.c:191 [build/include] [4]
|
π¨ C lint:
src/cjit.c#L571
[cpplint] reported by reviewdog πΆ
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
Raw Output:
src/cjit.c:571: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
|