Re: [libav-devel] [PATCH 1/3] takdec: Use ISO C printf conversion specifiers where appropriate

2017-03-31 Thread Diego Biurrun
On Fri, Mar 24, 2017 at 08:13:38PM +0100, Diego Biurrun wrote: > libavformat/takdec.c:144:20: warning: format '%X' expects argument of type > 'unsigned int', but argument 4 has type 'uint32_t' > --- > libavformat/takdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) OKed by Vittorio o

[libav-devel] [PATCH 1/3] takdec: Use ISO C printf conversion specifiers where appropriate

2017-03-24 Thread Diego Biurrun
libavformat/takdec.c:144:20: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' --- libavformat/takdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/takdec.c b/libavformat/takdec.c index 4b3037d..b3739e4 100644 ---