A handful of int-to-bool conversions

This commit is contained in:
Tim Wojtulewicz 2023-07-06 14:03:23 -07:00
parent 90d0bc64fa
commit cd7ebdb2ed
5 changed files with 21 additions and 20 deletions

View file

@ -929,7 +929,7 @@ bool CompositeHash::ReserveSingleTypeKeySize(HashKey& hk, Type* bt, const Val* v
{
reporter->InternalError(
"bad index type in CompositeHash::ReserveSingleTypeKeySize");
return 0;
return false;
}
}