On Wed, Jun 04, 2014 at 10:47:34PM +0000, Joseph S. Myers wrote: > On Mon, 2 Jun 2014, Marek Polacek wrote: > > > +@smallexample > > +int a; > > +... > > +if (!a > 1) @{ ... @} > > @dots{}, since this is an ellipsis not the literal ... token.
Fixed (and on the other spot in -Wswitch-bool paragraph too), thanks. Marek