Fix recursive tcpedit cleanup #77
Annotations
2 errors and 3 warnings
src/tcpedit/plugins/dlt_plugins.c:21:10 [clang-diagnostic-error]:
src/tcpedit/plugins/dlt_plugins.c#L21
'config.h' file not found
|
cpp-linter
Process completed with exit code 1.
|
src/tcpedit/plugins/dlt_plugins.c:101:12 [cppcoreguidelines-avoid-non-const-global-variables]:
src/tcpedit/plugins/dlt_plugins.c#L101
variable 'tcpedit_dlt_is_initialized' is non-const and globally accessible, consider making it const
|
src/tcpedit/plugins/dlt_plugins.c:455:43 [readability-braces-around-statements]:
src/tcpedit/plugins/dlt_plugins.c#L455
statement should be inside braces
|
cpp-linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|