Cast return value that caused warning (#17745)
The member function num_runs() returns an int, however the return value from run_total_us_.count() is an int64. Casting the value to an int allows for the compiler to know that the intended return value should be an int.
Loading
Please sign in to comment