From e7189017e19dd5162f40a91050a730c5de982d9a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 26 Dec 2007 14:37:09 +0000 Subject: Merge portability patch from Peter O'Gorman, fetchmail-devel 2007-10-31. This requires some minor fixes though. svn path=/branches/BRANCH_6-3/; revision=5145 --- libesmtp/gethostbyname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libesmtp') diff --git a/libesmtp/gethostbyname.c b/libesmtp/gethostbyname.c index 2e3beefc..cd74ec0a 100644 --- a/libesmtp/gethostbyname.c +++ b/libesmtp/gethostbyname.c @@ -201,7 +201,7 @@ h_error_ctx (struct ghbnctx *ctx) #else void -free_ghbnctx (struct ghbnctx *ctx __attribute__ ((unused))) +free_ghbnctx (struct ghbnctx *ctx ) { assert (ctx != NULL); } -- cgit v1.2.3