clang-uml-0.6.1/thirdparty/indicators/indicators.hpp:1427:35: error: comparison of integers of different signs: 'wchar_t' and 'const int' [-Werror,-Wsign-compare]
1427 | if (ucs < table[0].first || ucs > table[max].last)
| ~~~ ^ ~~~~~~~~~~~~~~~
Reported by: pkg-fallout