From e0b6fdeb8d9a54c357ff9fbf552e1ff4b6282282 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Nov 2013 17:33:11 +0100 Subject: Fix some more -Wshadow warnings These aren't printed with newer gcc or clang versions for some reason. All of them seem to be about local variables shadowing global functions. --- video/sws_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/sws_utils.h') diff --git a/video/sws_utils.h b/video/sws_utils.h index 6183d5e88e..d6ea4b15b3 100644 --- a/video/sws_utils.h +++ b/video/sws_utils.h @@ -47,7 +47,7 @@ struct mp_sws_context { struct mp_sws_context *cached; }; -struct mp_sws_context *mp_sws_alloc(void *talloc_parent); +struct mp_sws_context *mp_sws_alloc(void *talloc_ctx); int mp_sws_reinit(struct mp_sws_context *ctx); void mp_sws_set_from_cmdline(struct mp_sws_context *ctx); int mp_sws_scale(struct mp_sws_context *ctx, struct mp_image *dst, -- cgit v1.2.3