From 3eb0bed6d844a0f9be00a889a5131b93ef2ef355 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 20 Jul 2016 13:03:24 +0000 Subject: tag_signal() is dead; from LLVM via Christos Zoulas --- tag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tag.c b/tag.c index baedf15a..971bb85d 100644 --- a/tag.c +++ b/tag.c @@ -1,4 +1,4 @@ -/* $Id: tag.c,v 1.12 2016/07/08 20:42:15 schwarze Exp $ */ +/* $Id: tag.c,v 1.13 2016/07/20 13:03:24 schwarze Exp $ */ /* * Copyright (c) 2015 Ingo Schwarze * @@ -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; -- cgit v1.2.3-56-ge451