On Sun, Aug 23, 2015 at 10:16:36AM +0200, Nicolas George wrote:
> Le quintidi 5 fructidor, an CCXXIII, Ganesh Ajjanagadde a écrit :
> > FAIL(ret) expands to statements including a silly ret=ret.
> > This triggers a -Wself-assign on confirmed clang 3.6, and so we fix it.
> >
> > Signed-off-by: Gane
On Sun, Aug 23, 2015 at 4:16 AM, Nicolas George wrote:
> Le quintidi 5 fructidor, an CCXXIII, Ganesh Ajjanagadde a écrit :
>> FAIL(ret) expands to statements including a silly ret=ret.
>> This triggers a -Wself-assign on confirmed clang 3.6, and so we fix it.
>>
>> Signed-off-by: Ganesh Ajjanagadd
Le quintidi 5 fructidor, an CCXXIII, Ganesh Ajjanagadde a écrit :
> FAIL(ret) expands to statements including a silly ret=ret.
> This triggers a -Wself-assign on confirmed clang 3.6, and so we fix it.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavdevice/lavfi.c | 2 +-
> 1 file changed, 1 i
On Sat, Aug 22, 2015 at 11:24 PM, Ganesh Ajjanagadde
wrote:
> FAIL(ret) expands to statements including a silly ret=ret.
> This triggers a -Wself-assign on confirmed clang 3.6, and so we fix it.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavdevice/lavfi.c | 2 +-
> 1 file changed, 1 inserti