[test] Silence compiler warning

This commit is contained in:
Behdad Esfahbod 2025-02-18 00:48:37 -07:00
parent b97ef6c702
commit e6eec3cc14

View file

@ -101,9 +101,9 @@ test_parse_instancing_spec (void)
int
main (int argc, char **argv)
main (int, char **)
{
test_parse_instancing_spec();
return 0;
}