summaryrefslogtreecommitdiff
path: root/tag.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-02-19 17:41:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-02-19 17:41:20 +0000
commit696a89ee8dc1ea68171fab6ec063cf92a52af841 (patch)
tree7133f7b9b1f83857466c94b9686d3c7b28765220 /tag.c
parentef7476572c9a18c0cb4d5dbaf3a81f1628419abb (diff)
Diffstat (limited to 'tag.c')
-rw-r--r--tag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag.c b/tag.c
index 0fbd2e105978..21ac6b32e4d3 100644
--- a/tag.c
+++ b/tag.c
@@ -1,4 +1,4 @@
-/* $Id: tag.c,v 1.17 2017/01/09 17:49:58 schwarze Exp $ */
+/* $Id: tag.c,v 1.18 2017/02/17 14:31:52 schwarze Exp $ */
/*
* Copyright (c) 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -38,7 +38,7 @@ struct tag_entry {
char s[];
};
-static void tag_signal(int) __attribute__((noreturn));
+static void tag_signal(int) __attribute__((__noreturn__));
static struct ohash tag_data;
static struct tag_files tag_files;