diff src/deliver/deliver.c @ 6411:6a64e64fa3a3 HEAD

Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:40:56 +0300
parents 7f6c99dc1f17
children 687efa138e77
line wrap: on
line diff
--- a/src/deliver/deliver.c	Sun Sep 16 11:31:27 2007 +0300
+++ b/src/deliver/deliver.c	Sun Sep 16 11:40:56 2007 +0300
@@ -60,7 +60,7 @@
 static pool_t plugin_pool;
 static ARRAY_DEFINE(plugin_envs, const char *);
 
-static void sig_die(int signo, void *context __attr_unused__)
+static void sig_die(int signo, void *context ATTR_UNUSED)
 {
 	/* warn about being killed because of some signal, except SIGINT (^C)
 	   which is too common at least while testing :) */