On Thu, Oct 15, 2015 at 8:01 PM, Ganesh Ajjanagadde
<gajjanaga...@gmail.com> wrote:
> Current code is fine, this just adds robustness.
>
> Signed-off-by: Ganesh Ajjanagadde <gajjanaga...@gmail.com>
> ---
>  libavutil/wchar_filename.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libavutil/wchar_filename.h b/libavutil/wchar_filename.h
> index c553c46..2ade321 100644
> --- a/libavutil/wchar_filename.h
> +++ b/libavutil/wchar_filename.h
> @@ -23,6 +23,7 @@
>  #include <windows.h>
>  #include "mem.h"
>
> +av_warn_unused_result
>  static inline int utf8towchar(const char *filename_utf8, wchar_t 
> **filename_w)
>  {
>      int num_chars;
> --
> 2.6.1
>

ping - anyone willing to review this (and the other
av_warn_unused_result patches)?
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to