summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-07-20 13:03:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-07-20 13:03:24 +0000
commit1c8453f78a03f9001101f31308bbb164b9990469 (patch)
tree7bcb7051c274ef59111c88f632e3e7b0d5d11e49
parentabf997389de6e4b73f6010ae4ec6fbda522dfdad (diff)
downloadmandoc-1c8453f78a03f9001101f31308bbb164b9990469.tar.gz
tag_signal() is dead; from LLVM via Christos Zoulas
-rw-r--r--tag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag.c b/tag.c
index f5051c0b..bfbe25bf 100644
--- a/tag.c
+++ b/tag.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id$ */
/*
* Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -36,7 +36,7 @@ struct tag_entry {
char s[];
};
-static void tag_signal(int);
+static void tag_signal(int) __attribute__((noreturn));
static struct ohash tag_data;
static struct tag_files tag_files;