Fix annoying compiler warnings by introducing and switching to pdns::UniqueFilePtr
#11414
Annotations
4 warnings
Result annotations for rec:
pdns/libssl.cc#L1043
'auto filePtr' can be declared as 'auto *filePtr' (readability-qualified-auto - Level=Warning)
|
Result annotations for rec:
pdns/libssl.cc#L1043
do not use reinterpret_cast (cppcoreguidelines-pro-type-reinterpret-cast - Level=Warning)
|
Result annotations for rec:
pdns/misc.cc#L1792
avoid repeating the return type from the declaration; use a braced initializer list instead (modernize-return-braced-init-list - Level=Warning)
|
Result annotations for rec:
pdns/misc.cc#L1799
avoid repeating the return type from the declaration; use a braced initializer list instead (modernize-return-braced-init-list - Level=Warning)
|
The logs for this run have expired and are no longer available.
Loading