mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-25 13:49:48 +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