Fix a clang warning
This commit is contained in:
parent
686f095f1e
commit
2c6f9de020
@ -116,7 +116,7 @@ void SampleHistogram::reset ()
|
||||
this->SampleStatistic::reset ();
|
||||
if (howManyBuckets > 0)
|
||||
{
|
||||
for (register int i = 0; i < howManyBuckets; i++)
|
||||
for (int i = 0; i < howManyBuckets; i++)
|
||||
{
|
||||
bucketCount[i] = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user