Re: [libav-devel] [PATCH 3/3] x86: Drop stray semicolons after function definitions

2016-11-03 Thread Luca Barbato
On 03/11/2016 18:32, Diego Biurrun wrote: > libavcodec/x86/rv40dsp_init.c:97:2: warning: ISO C does not allow extra ‘;’ > outside of a function [-Wpedantic] > libavcodec/x86/vp9dsp_init.c:94:40: warning: ISO C does not allow extra ‘;’ > outside of a function [-Wpedantic] > --- >

[libav-devel] [PATCH 3/3] x86: Drop stray semicolons after function definitions

2016-11-03 Thread Diego Biurrun
libavcodec/x86/rv40dsp_init.c:97:2: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic] libavcodec/x86/vp9dsp_init.c:94:40: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic] --- libavcodec/x86/rv40dsp_init.c | 2 +- libavcodec/x86/vp9dsp_init.c