Skip to content

More cleanups after new build system adoption #1317

More cleanups after new build system adoption

More cleanups after new build system adoption #1317

GitHub Actions / cpplint completed Nov 11, 2024 in 0s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (2)

src/zen_time.c|95| If you can, use sizeof(s_result) instead of 1024 as the 2nd arg to snprintf. [runtime/printf] [3]
src/zen_time.c|95| Add #include for snprintf [build/include_what_you_use] [4]

Filtered Findings (0)

Annotations

Check warning on line 95 in src/zen_time.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_time.c#L95

 If you can, use sizeof(s_result) instead of 1024 as the 2nd arg to snprintf.  [runtime/printf] [3]
Raw output
src/zen_time.c:95:  If you can, use sizeof(s_result) instead of 1024 as the 2nd arg to snprintf.  [runtime/printf] [3]

Check warning on line 95 in src/zen_time.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_time.c#L95

 Add #include <cstdio> for snprintf  [build/include_what_you_use] [4]
Raw output
src/zen_time.c:95:  Add #include <cstdio> for snprintf  [build/include_what_you_use] [4]