net/nam has 32 files in bitmap/* which define a static char[]. Clang
errors on any byte >= 0x80. The Tk API requires a static char *. Is it
preferable to change the definition to a static unsigned char[] and
reinterpret_cast<char *> when calling Tk or to sprikle static_cast<char>
in the definitions? In the latter case should all bytes be cast or just
the ones >= 0x80?

- Matthew Martin

Reply via email to