diff mbox series

[v2] gcc-14: Mention that some warnings are now errors

Message ID 20240415060539.97988-1-sebastian.huber@embedded-brains.de
State New
Headers show
Series [v2] gcc-14: Mention that some warnings are now errors | expand

Commit Message

Sebastian Huber April 15, 2024, 6:05 a.m. UTC
---
v2: Remove listing of options.

 htdocs/gcc-14/changes.html | 2 ++
 1 file changed, 2 insertions(+)

Comments

Sebastian Huber April 24, 2024, 12:28 p.m. UTC | #1
----- Am 15. Apr 2024 um 8:05 schrieb Sebastian Huber sebastian.huber@embedded-brains.de:

> ---
> v2: Remove listing of options.
> 
> htdocs/gcc-14/changes.html | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
> index 8ac08e9a..665d050a 100644
> --- a/htdocs/gcc-14/changes.html
> +++ b/htdocs/gcc-14/changes.html
> @@ -231,6 +231,8 @@ a work-in-progress.</p>
>   previous options <code>-std=c2x</code>, <code>-std=gnu2x</code>
>   and <code>-Wc11-c2x-compat</code>, which are deprecated but remain
>   supported.</li>
> +  <li>Some warnings are now errors by default (see also
> +  <a href="porting_to.html">Porting to GCC 14</a>).</li>
> </ul>
> 
> <h3 id="cxx">C++</h3>
> --
> 2.35.3

Ping.
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 8ac08e9a..665d050a 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -231,6 +231,8 @@  a work-in-progress.</p>
   previous options <code>-std=c2x</code>, <code>-std=gnu2x</code>
   and <code>-Wc11-c2x-compat</code>, which are deprecated but remain
   supported.</li>
+  <li>Some warnings are now errors by default (see also
+  <a href="porting_to.html">Porting to GCC 14</a>).</li>
 </ul>
 
 <h3 id="cxx">C++</h3>