fix error #2558
Annotations
10 warnings
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L35
inclusion of deprecated C++ header 'signal.h'; consider using 'csignal' instead
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L44
macro 'XMIT_CLOSE_DELAY_MS' used to declare a constant; consider using a 'constexpr' constant
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L46
variable 'g_killThreadsNow' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L47
variable 'g_enableDataCallback' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L48
variable 'g_devicesUpdating' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L52
parameter name 'i' is too short, expected at least 3 characters
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L66
variable 'newServerByteCount' is not initialized
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L72
variable 'timeMs' is not initialized
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L73
variable 'dtMs' is not initialized
|
Run cpp-linter/cpp-linter-action@main:
cltool/src/cltool_main.cpp#L76
variable 'serverBytesDelta' is not initialized
|
Loading