From: Diego B. <di...@bi...> - 2012-01-16 09:57:18
|
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' instead of 'inline', but hey, it's easy enough to fix. Diego |