From: schwarze Date: Wed, 20 Jul 2016 13:02:44 +0000 (+0000) Subject: tag_signal() is dead; from LLVM via Christos Zoulas X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=00fc5295df4935ff7a748c6c53eed7f58180774a;p=openbsd tag_signal() is dead; from LLVM via Christos Zoulas --- 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;