You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix should be the same as #1030, but presumably with something like size_t as the intermediate type.
(Why, you might ask, would anyone ever do this in real code. The answer is that C doesn't have generics, so projects will have, say, a single hash table type with void * values, and store booleans in it by casting.)
The text was updated successfully, but these errors were encountered:
The fix should be the same as #1030, but presumably with something like
size_t
as the intermediate type.(Why, you might ask, would anyone ever do this in real code. The answer is that C doesn't have generics, so projects will have, say, a single hash table type with
void *
values, and store booleans in it by casting.)The text was updated successfully, but these errors were encountered: