mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
Fix compiler warning
This commit is contained in:
parent
199345eb29
commit
300d82ce2e
1 changed files with 1 additions and 1 deletions
|
@ -2488,7 +2488,7 @@ struct VarData
|
|||
const HBUINT8 *src_delta_bytes = src->get_delta_bytes ();
|
||||
unsigned src_row_size = src->get_row_size ();
|
||||
unsigned src_word_count = src->wordCount ();
|
||||
unsigned src_long_words = src->longWords ();
|
||||
bool src_long_words = src->longWords ();
|
||||
|
||||
bool has_long = false;
|
||||
if (src_long_words)
|
||||
|
|
Loading…
Add table
Reference in a new issue