diff mbox series

[wwwdocs] Update gcc-9/changes.html #2

Message ID 20190228215034.GM8512@redhat.com
State New
Headers show
Series [wwwdocs] Update gcc-9/changes.html #2 | expand

Commit Message

Marek Polacek Feb. 28, 2019, 9:50 p.m. UTC
One more.
diff mbox series

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.48
diff -u -r1.48 changes.html
--- changes.html	28 Feb 2019 20:51:28 -0000	1.48
+++ changes.html	28 Feb 2019 21:48:53 -0000
@@ -191,6 +191,8 @@ 
     <code>std::move</code>.</li>
     <li><a href="https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-Wpessimizing-move"><code>-Wpessimizing-move</code></a>, implied by <code>-Wall</code>, warns when a call to
     <code>std::move</code> prevents copy elision.</li>
+    <li><a href="https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-Wclass-conversion"><code>-Wclass-conversion</code></a>, on by default, warns when a conversion function will never be
+    called due to the type it converts to.</li>
   </ul></li>
 
   <li>