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-04 14:35:15 +02:00
2025-01-25 14:05:01 -08:00
2025-04-11 10:35:28 +02:00
2025-04-04 14:35:15 +02:00
2025-04-11 00:20:58 +02:00
2025-04-10 17:45:23 -07:00
2025-04-11 10:51:08 +08:00
2025-02-08 11:36:05 -08:00
2025-04-10 16:06:48 -07:00
2025-02-14 09:25:24 -08:00
2025-04-01 17:15:18 -03:00
2025-04-10 20:40:43 +02:00
2025-04-11 12:48:18 +02:00
2025-03-19 09:42:03 -07:00
2025-04-09 12:12:26 -07:00
2025-04-03 12:36:15 -03:00
2024-11-15 09:27:08 -08:00
2025-04-01 15:33:45 +03:00
2025-04-10 12:32:01 -07:00
2025-04-11 02:02:30 -04:00
2025-04-11 08:44:20 -04:00
2025-04-10 17:13:10 -07:00
2025-04-10 15:28:36 -07:00
2025-03-25 20:46:01 -07:00
2025-03-06 13:20:06 -05:00
2025-04-08 15:48:25 -07:00
2025-01-30 05:32:25 +01:00