More cleanups after new build system adoption #933
Merged
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
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
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]
Loading