From 3ea330f15fb3829dcab038647dd930481d51b7d1 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Fri, 7 May 2021 21:32:04 +0200 Subject: [PATCH] update docs --- doc/cc65.sgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index dc754cb31..ae80b11b0 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -563,6 +563,8 @@ Here is a description of all the command line options: Warn about #pragmas that aren't recognized by cc65. Warn about unreachable code in cases of comparing constants, etc. + + Warn about unused functions. Warn about unused labels.