* src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.

Copyright-paperwork-exempt: yes
This commit is contained in:
Zhehao Lin 2022-01-01 16:19:49 +08:00 committed by Eli Zaretskii
parent 19dcb237b5
commit 8d3fc7ec89

View file

@ -4824,7 +4824,7 @@ face_for_font (struct frame *f, Lisp_Object font_object,
struct face *base_face)
{
struct face_cache *cache = FRAME_FACE_CACHE (f);
unsigned hash;
uintptr_t hash;
int i;
struct face *face;