Skip to content
GitHub Actions / cppcheck completed Sep 23, 2024 in 0s

reviewdog [cppcheck] report

reported by reviewdog 🐶

Findings (3)

src/server/network/protocol/protocolgame.cpp|9494| #endif without #if
src/utils/tools.cpp|1525| The function 'OTSYS_STEADY_TIME' is never used.
src/utils/tools.cpp|1962| The function 'isNameLengthValid' is never used.

Filtered Findings (0)

Annotations

Check warning on line 9494 in src/server/network/protocol/protocolgame.cpp

See this annotation in the file changed.

@github-actions github-actions / cppcheck

[cppcheck] src/server/network/protocol/protocolgame.cpp#L9494

#endif without #if
Raw output
src/server/network/protocol/protocolgame.cpp:9494:#endif without #if

Check warning on line 1525 in src/utils/tools.cpp

See this annotation in the file changed.

@github-actions github-actions / cppcheck

[cppcheck] src/utils/tools.cpp#L1525

The function 'OTSYS_STEADY_TIME' is never used.
Raw output
src/utils/tools.cpp:1525:The function 'OTSYS_STEADY_TIME' is never used.

Check warning on line 1962 in src/utils/tools.cpp

See this annotation in the file changed.

@github-actions github-actions / cppcheck

[cppcheck] src/utils/tools.cpp#L1962

The function 'isNameLengthValid' is never used.
Raw output
src/utils/tools.cpp:1962:The function 'isNameLengthValid' is never used.