function specifier used more than once
A function specifier was used more than once for a symbol.
The second function specifier was ignored.
The following example generates this warning:
inline inline void no_op( void ) { };