aboutsummaryrefslogtreecommitdiff
path: root/kcm/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'kcm/config.c')
-rw-r--r--kcm/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kcm/config.c b/kcm/config.c
index 42f896f3f537..6ec9f341664f 100644
--- a/kcm/config.c
+++ b/kcm/config.c
@@ -336,7 +336,9 @@ kcm_configure(int argc, char **argv)
}
argc -= optidx;
+#ifndef __clang_analyzer__
argv += optidx;
+#endif
if (argc != 0)
usage(1);