mirror of https://github.com/google/gemma.cpp.git
parent
afc354dcb1
commit
b3fecef45d
|
|
@ -114,7 +114,7 @@ std::string Stats::ToString(int exclude) const {
|
||||||
pos += ret;
|
pos += ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
HWY_ASSERT(pos < sizeof(buf));
|
HWY_ASSERT(pos < static_cast<int>(sizeof(buf)));
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue