On Mon, 2016-11-21 at 15:10 +0100, Gerald Pfeifer wrote: > On Mon, 21 Nov 2016, Mark Wielaard wrote: > Index: htdocs/gcc-7/changes.html > =================================================================== > +<li>The <code>-Wshadow</code> warning has been split into 3 > > I believe for small numbers one usually spells them out ("three" > instead of "3").
Fixed. > +type is compatible (in C++ compatible means that the type of the > +shadowing variable can be converted to that of the shadowed variable). > + > +The following example shows the different kinds of shadow > +warnings:<blockquote><pre> > > Take care, what looks like a paragraph between the two above will > just show up as a blank when rendered as HTML. If you want to > retain the paragraph, use <p>...</p>. Added <p>...</p> around the paragraphs. Pushed with those changes. Thanks, Mark