forked from FFmpeg/FFmpeg
avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macro
squelch format type warning
This commit is contained in:
parent
be60dc2145
commit
436bffaca2
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ int main(void)
|
||||||
retry:;
|
retry:;
|
||||||
}
|
}
|
||||||
if (retry >= 3) {
|
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;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue