Skip to content
Snippets Groups Projects
Commit 191f6119 authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde
Browse files

avutil/wchar_filename: add av_warn_unused_result


Current code is fine, this just adds robustness.

Reviewed-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
Signed-off-by: default avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
parent 20a30077
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment