1345c5baae
clang-13 rightfully complains that the total_deq_ops
variable in cperf_cyclecount_op_setup is set but not
used, since the final accumulated total_deq_ops
results isn't used anywhere. So just remove the
total_deq_ops variable.
Fixes:
|
||
---|---|---|
.. | ||
comp_perf_options_parse.c | ||
comp_perf_options.h | ||
comp_perf_test_common.c | ||
comp_perf_test_common.h | ||
comp_perf_test_cyclecount.c | ||
comp_perf_test_cyclecount.h | ||
comp_perf_test_throughput.c | ||
comp_perf_test_throughput.h | ||
comp_perf_test_verify.c | ||
comp_perf_test_verify.h | ||
comp_perf.h | ||
main.c | ||
meson.build |