Aaron Ballman 01658b1666 Fix two MSVC warnings; NFC
One was "unsafe use of bool" and the other was "sign comparision
mismatch", and both were because we're treating a bool object as if it
were an unsigned int. Add a cast to make that more explicit.
2025-04-11 08:44:20 -04:00
..
2025-04-10 20:40:43 +02:00
2025-04-11 08:44:20 -04:00