Re: [libav-devel] [PATCH] x86: Add missing colons after assembly labels

2016-10-17 Thread Luca Barbato
On 17/10/2016 15:59, Diego Biurrun wrote: > On Thu, Oct 13, 2016 at 10:16:16PM +0200, Diego Biurrun wrote: >> This fixes many warnings of the sort >> warning: label alone on a line without a colon might be in error >> --- >> libavcodec/x86/audiodsp.asm| 2 +- >> libavcodec/x86/dcadsp.asm

Re: [libav-devel] [PATCH] x86: Add missing colons after assembly labels

2016-10-17 Thread Diego Biurrun
On Thu, Oct 13, 2016 at 10:16:16PM +0200, Diego Biurrun wrote: > This fixes many warnings of the sort > warning: label alone on a line without a colon might be in error > --- > libavcodec/x86/audiodsp.asm| 2 +- > libavcodec/x86/dcadsp.asm | 2 +- >

[libav-devel] [PATCH] x86: Add missing colons after assembly labels

2016-10-13 Thread Diego Biurrun
This fixes many warnings of the sort warning: label alone on a line without a colon might be in error --- libavcodec/x86/audiodsp.asm| 2 +- libavcodec/x86/dcadsp.asm | 2 +- libavcodec/x86/h264_qpel_10bit.asm | 2 +- libavcodec/x86/h264_weight.asm | 4 ++--