Re: [mpeg2-dev] [PATCH] move some inline keywords

2012-01-17 Thread Jean-Baptiste Kempf
On Mon, Jan 16, 2012 at 10:26:59AM +0100, Diego Biurrun wrote : Here is a small patch to move inline keywords to the front of function declarations. This fixes some warnings with gcc and -Wextra where it complains about the 'static' keyword not being at the beginning of a function

[mpeg2-dev] [PATCH] move some inline keywords

2012-01-16 Thread Diego Biurrun
Here is a small patch to move inline keywords to the front of function declarations. This fixes some warnings with gcc and -Wextra where it complains about the 'static' keyword not being at the beginning of a function declaration. Apparently gcc gets tripped up and complains about 'static'