]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - doc.html
Document -Wdeprecated
[xonotic/gmqcc.git] / doc.html
index ab3f3d531e3b6c62073d09a70ee0f971f78322ce..453fc42b60d0a51635dd457eb52293de3713bb7b 100644 (file)
--- a/doc.html
+++ b/doc.html
                         <td>-Wuninitialized-global</td>
                         <td>Enables warnings about non-const gloal variable with no initializing value</td>
                     </tr>
+                    <tr>
+                        <td>-Wdeprecated</td>
+                        <td>Enables warnings about calls to functions marked deprecated</td>
+                    </tr>
                 </table>
                 <table border="0">
                     <tr><td>Options</td><td>What it does</td></tr>