mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[test] Silence compiler warning
This commit is contained in:
parent
b97ef6c702
commit
e6eec3cc14
1 changed files with 2 additions and 2 deletions
|
@ -101,9 +101,9 @@ test_parse_instancing_spec (void)
|
|||
|
||||
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
main (int, char **)
|
||||
{
|
||||
test_parse_instancing_spec();
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue