mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-04-15 22:41:04 +00:00
Document -Wdeprecated
This commit is contained in:
parent
7ea8131254
commit
7b4e099dda
1 changed files with 4 additions and 0 deletions
4
doc.html
4
doc.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue