From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 2063c04d for ; Wed, 20 Jul 2016 08:03:54 -0500 (EST) Date: Wed, 20 Jul 2016 08:03:54 -0500 (EST) Message-Id: <14857794036453247302.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: tag_signal() is dead; from LLVM via Christos Zoulas X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- tag_signal() is dead; from LLVM via Christos Zoulas Modified Files: -------------- mdocml: tag.c Revision Data ------------- Index: tag.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/tag.c,v retrieving revision 1.12 retrieving revision 1.13 diff -Ltag.c -Ltag.c -u -p -r1.12 -r1.13 --- tag.c +++ tag.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id$ */ /* * 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; -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv