Document -Wdeprecated

This commit is contained in:
Dale Weiler 2012-12-30 06:49:34 +00:00
parent 7ea8131254
commit 7b4e099dda

View file

@ -395,6 +395,10 @@
<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>