On Sat, Dec 15, 2018 at 01:07:18PM +1100, Peter Ross wrote:
> squelch format type warning
> ---
>  libavutil/tests/random_seed.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavutil/tests/random_seed.c b/libavutil/tests/random_seed.c
> index 78067dbe41..bf0c6c7986 100644
> --- a/libavutil/tests/random_seed.c
> +++ b/libavutil/tests/random_seed.c
> @@ -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;

should do no harm ...
LGTM

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Opposition brings concord. Out of discord comes the fairest harmony.
-- Heraclitus

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to