[subset] Fix compiler warning
Fixes https://github.com/harfbuzz/harfbuzz/issues/3823
This commit is contained in:
parent
c02a1a4adc
commit
56c4670935
|
@ -70,8 +70,8 @@ struct graph_t
|
||||||
{
|
{
|
||||||
DEBUG_MSG (SUBSET_REPACK, nullptr,
|
DEBUG_MSG (SUBSET_REPACK, nullptr,
|
||||||
"vertex [%lu] bytes != [%lu] bytes, depth = %u",
|
"vertex [%lu] bytes != [%lu] bytes, depth = %u",
|
||||||
table_size (),
|
(unsigned long) table_size (),
|
||||||
other.table_size (),
|
(unsigned long) other.table_size (),
|
||||||
depth);
|
depth);
|
||||||
|
|
||||||
auto a = as_bytes ();
|
auto a = as_bytes ();
|
||||||
|
|
Loading…
Reference in New Issue