avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macro

squelch format type warning
This commit is contained in:
Peter Ross 2018-12-15 12:54:43 +11:00
parent be60dc2145
commit 436bffaca2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ int main(void)
retry:;
}
if (retry >= 3) {
printf("rsf %d: FAIL at %d with %X\n", rsf, j, seeds[j]);
printf("rsf %d: FAIL at %d with %"PRIX32"\n", rsf, j, seeds[j]);
return 1;
}
}