
8 Sep
2016
8 Sep
'16
12:39 p.m.
On 08/09/16 11:31, Paul Burton wrote:
Nope - inline does have an impact for functions in headers. If it's not there & a file includes a header but doesn't use *all* of the functions in it then the compiler will warn about the functions being unused.
Or rather, I should say a vaguely modern gcc will warn about unused functions.
Thanks, Paul