13 Jul
2023
13 Jul
'23
6:41 p.m.
On Thu Jul 13 18:07:29 2023 +0000, Gabriel Ivăncescu wrote:
There's no need for a cast though. `ARRAY_SIZE` is already `size_t` (because it's implemented with `sizeof`), and a comparison between a signed integer and an unsigned integer with at least as many bits is always promoted to unsigned. That is true. This thread can be dismissed then.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3301#note_38929