1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

update docs

This commit is contained in:
mrdudz 2021-05-07 21:32:04 +02:00 committed by Oliver Schmidt
parent 0fbf2af09d
commit 3ea330f15f

View File

@ -563,6 +563,8 @@ Here is a description of all the command line options:
Warn about #pragmas that aren't recognized by cc65.
<tag><tt/unreachable-code/</tag>
Warn about unreachable code in cases of comparing constants, etc.
<tag><tt/unused-func/</tag>
Warn about unused functions.
<tag><tt/unused-label/</tag>
Warn about unused labels.
<tag><tt/unused-param/</tag>