Re: [FFmpeg-devel] [PATCH 1/2] swscale/swscale_internal: add av_warn_unused_result

2015-10-29 Thread Michael Niedermayer
On Thu, Oct 15, 2015 at 09:46:08PM -0400, Ganesh Ajjanagadde wrote: > This triggers a few warnings that need to be fixed. do you have a list of warnings that adds ? Iam asking as it would make it easier to judge if they are all issues that need fixing or if any are valid cases that do not need a

Re: [FFmpeg-devel] [PATCH 1/2] swscale/swscale_internal: add av_warn_unused_result

2015-10-28 Thread Ganesh Ajjanagadde
On Thu, Oct 15, 2015 at 9:46 PM, Ganesh Ajjanagadde wrote: > This triggers a few warnings that need to be fixed. > > Signed-off-by: Ganesh Ajjanagadde > --- > libswscale/swscale_internal.h | 8 > 1 file changed, 8 insertions(+) > > diff

[FFmpeg-devel] [PATCH 1/2] swscale/swscale_internal: add av_warn_unused_result

2015-10-15 Thread Ganesh Ajjanagadde
This triggers a few warnings that need to be fixed. Signed-off-by: Ganesh Ajjanagadde --- libswscale/swscale_internal.h | 8 1 file changed, 8 insertions(+) diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 27a40af..6e4d031 100644