aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gg.c b/gg.c
index d8508f2..3349f6f 100644
--- a/gg.c
+++ b/gg.c
@@ -305,7 +305,7 @@ get(const char *r)
}
}
-static void __attribute__((noreturn))
+static void __dead
usage(void)
{
fprintf(stderr, "version: " GG_STRING "\n");