X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectdctl.c;fp=src%2Fcollectdctl.c;h=7d3cbce8c1551ca062c199882fb87b576e8e97e8;hb=1e50eb31576510f6800454593f9bbe19f043eb06;hp=febc99833aaa917f084e4d606e34a84c70b90fb4;hpb=98c91c43a9aa8d274e2db3fca6d9104e95ab290a;p=collectd.git diff --git a/src/collectdctl.c b/src/collectdctl.c index febc9983..7d3cbce8 100644 --- a/src/collectdctl.c +++ b/src/collectdctl.c @@ -72,6 +72,7 @@ extern char *optarg; extern int optind; +__attribute__((noreturn)) static void exit_usage (const char *name, int status) { fprintf ((status == 0) ? stdout : stderr, "Usage: %s [options] [cmd options]\n\n"