mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
15c8cac78b
Clang really doesn't like char subscripts. I can't say I blame it. Fix the warning by an explicit cast to unsigned. include/nitpicker_gfx/tff_font.h:230:53: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts] Tff::Vertical_metrics const m = _vertical_metrics['m']; ^~~~ Issue #4421 |
||
---|---|---|
.. | ||
box_painter.h | ||
glyph_painter.h | ||
text_painter.h | ||
texture_painter.h | ||
tff_font.h |