Fix compiler warning
Fixes https://github.com/behdad/harfbuzz/issues/212
This commit is contained in:
parent
d163dc18e6
commit
d05b783322
|
@ -927,6 +927,7 @@ hb_ot_tag_to_language (hb_tag_t tag)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef MAIN
|
||||
static inline void
|
||||
test_langs_sorted (void)
|
||||
{
|
||||
|
@ -942,7 +943,6 @@ test_langs_sorted (void)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef MAIN
|
||||
int
|
||||
main (void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue