[subset] Fix compiler warning

Fixes https://github.com/harfbuzz/harfbuzz/issues/3823
This commit is contained in:
Behdad Esfahbod 2022-09-20 17:39:54 -06:00
parent c02a1a4adc
commit 56c4670935
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ struct graph_t
{
DEBUG_MSG (SUBSET_REPACK, nullptr,
"vertex [%lu] bytes != [%lu] bytes, depth = %u",
table_size (),
other.table_size (),
(unsigned long) table_size (),
(unsigned long) other.table_size (),
depth);
auto a = as_bytes ();