glyph->pixel_width,
glyph->u.ch,
(glyph->u.ch < 0x80 && glyph->u.ch >= ' '
- ? glyph->u.ch
+ ? (int) glyph->u.ch
: '.'),
glyph->face_id,
glyph->left_box_line_p,
? '0'
: '-'))),
glyph->pixel_width,
- 0,
+ 0u,
' ',
glyph->face_id,
glyph->left_box_line_p,
? '0'
: '-'))),
glyph->pixel_width,
- glyph->u.img_id,
+ (unsigned int) glyph->u.img_id,
'.',
glyph->face_id,
glyph->left_box_line_p,
? '0'
: '-'))),
glyph->pixel_width,
- glyph->u.cmp.id);
+ (unsigned int) glyph->u.cmp.id);
if (glyph->u.cmp.automatic)
fprintf (stderr,
"[%d-%d]",
fprintf (stderr, " x, y, w, h = %d, %d, %d, %d\n",
s->x, s->y, s->width, s->height);
fprintf (stderr, " ybase = %d\n", s->ybase);
- fprintf (stderr, " hl = %d\n", s->hl);
+ fprintf (stderr, " hl = %u\n", s->hl);
fprintf (stderr, " left overhang = %d, right = %d\n",
s->left_overhang, s->right_overhang);
fprintf (stderr, " nchars = %d\n", s->nchars);
fprintf (stderr, "underline: %d (%s)\n",
face->underline_p,
SDATA (Fsymbol_name (face->lface[LFACE_UNDERLINE_INDEX])));
- fprintf (stderr, "hash: %d\n", face->hash);
+ fprintf (stderr, "hash: %u\n", face->hash);
}