aboutsummaryrefslogtreecommitdiffstats
path: root/libesmtp
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2007-12-26 14:37:09 +0000
committerMatthias Andree <matthias.andree@gmx.de>2007-12-26 14:37:09 +0000
commite7189017e19dd5162f40a91050a730c5de982d9a (patch)
tree678ce6efc0e26688e0686d8dbe7bab7a3fcb9b77 /libesmtp
parentd723cc008d7793334260e6ac0d7412ce13e1cf29 (diff)
downloadfetchmail-e7189017e19dd5162f40a91050a730c5de982d9a.tar.gz
fetchmail-e7189017e19dd5162f40a91050a730c5de982d9a.tar.bz2
fetchmail-e7189017e19dd5162f40a91050a730c5de982d9a.zip
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
Diffstat (limited to 'libesmtp')
-rw-r--r--libesmtp/gethostbyname.c2
1 files changed, 1 insertions, 1 deletions
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);
}