kernel: encode_glyph shouldn't be used outside convertutf, make it static.
Spotted by Clang.
This commit is contained in:
@@ -34,7 +34,7 @@ glyph_length(uint32 glyph)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
static void
|
||||||
encode_glyph(uint32 glyph, size_t glyphLength, char* buffer)
|
encode_glyph(uint32 glyph, size_t glyphLength, char* buffer)
|
||||||
{
|
{
|
||||||
if (glyphLength == 1) {
|
if (glyphLength == 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user