Forgot to document -Wunknown-pragmas

This commit is contained in:
Dale Weiler 2012-12-18 05:27:32 +00:00
parent ff7094534e
commit 534ad9fdd7

View file

@ -299,6 +299,10 @@
<td>-Wternary-precedence</td> <td>-Wternary-precedence</td>
<td>Enables warnings about ternary expressions whos precedence may be not what expected</td> <td>Enables warnings about ternary expressions whos precedence may be not what expected</td>
</tr> </tr>
<tr>
<td>-Wunknown-pragmas</td>
<td>Enabled warnings about unknown pragmas</td>
</tr>
</table> </table>
<table border="0"> <table border="0">
<tr><td>Options</td><td>What it does</td></tr> <tr><td>Options</td><td>What it does</td></tr>