Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate 'cast truncates constant' MSVC warning in GC_add_map_entry
(fix of commits 57ccbcc, 460b296) * obj_map.c [!MARK_BIT_PER_OBJ] (GC_add_map_entry): Change (hb_map_entry_t)~0U to ~(size_t)0>>((sizeof(size_t)-sizeof(hb_map_entry_t))*8) in static assert; add comment.
- Loading branch information