Fix annoying compiler warnings by introducing and switching to pdns::UniqueFilePtr
#11414
Annotations
6 warnings
Result annotations for auth:
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 auth:
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)
|
Result annotations for auth:
pdns/dnspcap2protobuf.cc#L66
do not use pointer arithmetic (cppcoreguidelines-pro-bounds-pointer-arithmetic - Level=Warning)
|
Result annotations for auth:
pdns/dnspcap2protobuf.cc#L69
do not use pointer arithmetic (cppcoreguidelines-pro-bounds-pointer-arithmetic - Level=Warning)
|
Result annotations for auth:
pdns/libssl.cc#L1043
'auto filePtr' can be declared as 'auto *filePtr' (readability-qualified-auto - Level=Warning)
|
Result annotations for auth:
pdns/libssl.cc#L1043
do not use reinterpret_cast (cppcoreguidelines-pro-type-reinterpret-cast - Level=Warning)
|
The logs for this run have expired and are no longer available.
Loading