This add a missing '"' and a missing '>' to the markup for the news docs link.
Pushed. Gerald diff --git a/htdocs/gcc-16/porting_to.html b/htdocs/gcc-16/porting_to.html index 74a5bf34..a798bb28 100644 --- a/htdocs/gcc-16/porting_to.html +++ b/htdocs/gcc-16/porting_to.html @@ -72,7 +72,7 @@ In order to avoid the warnings, one can either remove newly diagnosed variables or parameters which aren't used except in pre/post inc/decrements or compound assignments, make them used in some way, e.g. just casting to <code>(void)</code>, or lowering the level of the warning. See -<a href=https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable_003d" +<a href="https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable_003d"> <code>-Wunused-but-set-*</code></a> documentation for more details. </p>
