mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
Fixed compiler warning for Apple GCC.
This commit is contained in:
parent
969a705508
commit
8d210c82b5
@ -1021,7 +1021,7 @@ static void validate_backend(drcuml_state *drcuml)
|
||||
|
||||
/* reset parameter list and iterate */
|
||||
memset(param, 0, sizeof(param));
|
||||
printf("Executing test %d/%d", tnum + 1, ARRAY_LENGTH(bevalidate_test_list));
|
||||
printf("Executing test %d/%d", tnum + 1, (int)ARRAY_LENGTH(bevalidate_test_list));
|
||||
bevalidate_iterate_over_params(drcuml, handles, test, param, 0);
|
||||
printf("\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user