Task #119259 - added.err
back to task #119259download
Error: COMPILER_WARNING:
nghttp2-1.69.0/src/h2load.cc:2021:5: warning[-Wunused-but-set-variable=]: variable ‘sum’ set but not used
# 2021 | T sum = 0;
# | ^~~
nghttp2-1.69.0/src/h2load.cc: scope_hint: In instantiation of ‘h2load::SDStat<T> h2load::{anonymous}::compute_time_stat(std::vector<_RealType>, bool) [with T = long unsigned int]’
#/builddir/build/BUILD/nghttp2-1.69.0/src/h2load.cc:2189:24: required from here
# 2189 | compute_time_stat(std::move(pkt_sent_values), client_times_sampling),
# | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2019| double a = 0, q = 0;
# 2020| size_t n = 0;
# 2021|-> T sum = 0;
# 2022| auto res =
# 2023| SDStat<T>{std::numeric_limits<T>::max(), std::numeric_limits<T>::min()};