From e00cd179a4e76d2283580270a722b35d798ed07f Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 2 Sep 2019 14:33:11 +0200 Subject: Update man page. Unused-variables is disabled by default. --- doc/ccomp.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ccomp.1 b/doc/ccomp.1 index f4919867..89e8c823 100644 --- a/doc/ccomp.1 +++ b/doc/ccomp.1 @@ -485,7 +485,7 @@ Disabled by default. .sp \fIunused\-variable\fP: Unused local variables. -Enabled by default. +Disabled by default. .sp \fIvarargs\fP: Promotable vararg arguments. -- cgit