[hb-subset] Fix warning

This commit is contained in:
Behdad Esfahbod 2023-10-27 12:13:13 -06:00
parent 9fc45f70ad
commit 598de82f3a

View file

@ -751,7 +751,7 @@ parse_instance (const char *name,
{
g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE,
"Error: axis: '%c%c%c%c', not present in fvar or invalid range with min:%.6f max:%.6f",
HB_UNTAG (axis_tag), min_val, max_val);
HB_UNTAG (axis_tag), (double) min_val, (double) max_val);
return false;
}
}