rec: stop supporting ucontext flavor for context switching #13040
Annotations
10 warnings
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L121
parameter name 't' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
|
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L137
'auto args' can be declared as 'auto *args' (readability-qualified-auto - Level=Warning)
|
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L137
do not use reinterpret_cast (cppcoreguidelines-pro-type-reinterpret-cast - Level=Warning)
|
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L139
'auto ctx' can be declared as 'auto *ctx' (readability-qualified-auto - Level=Warning)
|
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L140
'auto work' can be declared as 'auto *work' (readability-qualified-auto - Level=Warning)
|
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L147
use nullptr (modernize-use-nullptr - Level=Warning)
|
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L150
implicit conversion 'void *' -> bool (readability-implicit-bool-conversion - Level=Warning)
|
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L154
use auto when initializing with a cast to avoid duplicating the type name (modernize-use-auto - Level=Warning)
|
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L171
'const auto next_ctx' can be declared as 'auto *const next_ctx' (readability-qualified-auto - Level=Warning)
|
Result annotations for rec:
pdns/recursordist/mtasker_context.cc#L177
use nullptr (modernize-use-nullptr - Level=Warning)
|
Loading