Re: C PATCH to fix a missing warning with tokens from system headers (PR c/81779)

2018-01-31 Thread Joseph Myers
On Wed, 31 Jan 2018, Marek Polacek wrote: > This fixes one particular instance of the "tokens coming from system headers > may > suppress a warning" problem. While we need a more general solution, for GCC 8 > we can at least fix this spot. > > Bootstrapped/regtested on x86_64-linux, ok for trun

C PATCH to fix a missing warning with tokens from system headers (PR c/81779)

2018-01-31 Thread Marek Polacek
This fixes one particular instance of the "tokens coming from system headers may suppress a warning" problem. While we need a more general solution, for GCC 8 we can at least fix this spot. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2018-01-31 Marek Polacek PR c/81779