diff options
Diffstat (limited to 'libesmtp/gethostbyname.c')
-rw-r--r-- | libesmtp/gethostbyname.c | 2 |
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); } |