diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-09-06 13:40:18 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-09-06 13:40:18 +0200 |
commit | 53ad2c147dd1b582f65c071e63d9c9da27bbfb96 (patch) | |
tree | 16523d6a359bd25624f2cbb2507b77963b93c33a | |
parent | 79f65037ba66f7b66f36d0ea2895a7ba06ed2496 (diff) |
Fix warning
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |