summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index aca663a..bdd222a 100644
--- a/main.c
+++ b/main.c
@@ -24,7 +24,7 @@ int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
time_t syncs(time_t), syncm(time_t), synch(time_t);
-static void
+[[noreturn]] static void
usage(const char *argv0, int code)
{
fprintf(stderr, _("Usage: %s [-h] [-i interval] [format]\n"), argv0);