◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler warning (level 1) C4043 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 ) { }; -♦-