Re: [C PATCH] Fix PR63877

2014-11-24 Thread Joseph Myers
On Mon, 24 Nov 2014, Marek Polacek wrote: > This PR is basically the same as PR54113, except this time it's about > -Wmissing-declarations and not about -Wmissing-prototypes. The problem > here is that we were emitting bogus warning for a correct use of an > inline function. Thus fixed in the sa

[C PATCH] Fix PR63877

2014-11-24 Thread Marek Polacek
This PR is basically the same as PR54113, except this time it's about -Wmissing-declarations and not about -Wmissing-prototypes. The problem here is that we were emitting bogus warning for a correct use of an inline function. Thus fixed in the same way as PR54113, that is, don't warn for inline f