mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 13:05:04 +00:00
Fix compiler warning
This commit is contained in:
parent
d067f2b224
commit
c88e819965
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ gboolean check_parsing(hb_face_t* face, const char* spec, hb_tag_t axis, float e
|
|||
g_assert_cmpuint(exp_min, ==, act_min);
|
||||
g_assert_cmpuint(exp_def, ==, act_def);
|
||||
g_assert_cmpuint(exp_max, ==, act_max);
|
||||
|
||||
|
||||
hb_subset_input_destroy(input);
|
||||
return true;
|
||||
}
|
||||
|
@ -101,7 +101,7 @@ test_parse_instancing_spec (void)
|
|||
|
||||
|
||||
int
|
||||
main (int, char **)
|
||||
main (int _argc, char ** _argv)
|
||||
{
|
||||
test_parse_instancing_spec();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue