Lassi Kortela
700d70d03b
The Minix clang compiler tries to interpret "char []" according to some character encoding and produces a compiler warning when it encounters byte sequences that are invalid in that encoding. Avoid the warning by using _unsigned_ char which it treats as arbitrary bytes. |
||
---|---|---|
.. | ||
boot_image.h |