tag_signal() is dead; from LLVM via Christos Zoulas
authorschwarze <schwarze@openbsd.org>
Wed, 20 Jul 2016 13:02:44 +0000 (13:02 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 20 Jul 2016 13:02:44 +0000 (13:02 +0000)
usr.bin/mandoc/tag.c

index 8e52eb9..299563d 100644 (file)
@@ -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 <schwarze@openbsd.org>
  *
@@ -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;