Merge branch 'master' into wrapped-call

This commit is contained in:
Bob Andrews
2021-05-11 14:16:25 +02:00
committed by GitHub
7 changed files with 26 additions and 9 deletions

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>