From 00fc5295df4935ff7a748c6c53eed7f58180774a Mon Sep 17 00:00:00 2001 From: schwarze Date: Wed, 20 Jul 2016 13:02:44 +0000 Subject: [PATCH] tag_signal() is dead; from LLVM via Christos Zoulas --- usr.bin/mandoc/tag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/mandoc/tag.c b/usr.bin/mandoc/tag.c index 8e52eb98596..299563d765d 100644 --- a/usr.bin/mandoc/tag.c +++ b/usr.bin/mandoc/tag.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tag.c,v 1.12 2016/07/08 20:41:13 schwarze Exp $ */ +/* $OpenBSD: tag.c,v 1.13 2016/07/20 13:02:44 schwarze Exp $ */ /* * Copyright (c) 2015 Ingo Schwarze * @@ -34,7 +34,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; -- 2.20.1