Fix "unknown option" warnings on GCC and older Clang #10663
Annotations
6 warnings
pdns/dnstcpbench.cc#L117
do not use C-style cast to convert between unrelated types (cppcoreguidelines-pro-type-cstyle-cast - Level=Warning)
|
pdns/dnstcpbench.cc#L117
statement should be inside braces (readability-braces-around-statements - Level=Warning)
|
pdns/dnstcpbench.cc#L120
do not use C-style cast to convert between unrelated types (cppcoreguidelines-pro-type-cstyle-cast - Level=Warning)
|
pdns/dnstcpbench.cc#L120
statement should be inside braces (readability-braces-around-statements - Level=Warning)
|
pdns/dnsbulktest.cc#L163
use auto when declaring iterators (modernize-use-auto - Level=Warning)
|
pdns/dnsbulktest.cc#L210
statement should be inside braces (readability-braces-around-statements - Level=Warning)
|
The logs for this run have expired and are no longer available.
Loading