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