From fbfde146ca8e9e2c830bbd659027a6ca69aa8c33 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 20 Apr 2004 06:33:11 +0000 Subject: Cope with gcc 3.4's more aggressive persuit of attribute unused --- libc/inet/rpc/clnt_perror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/rpc') diff --git a/libc/inet/rpc/clnt_perror.c b/libc/inet/rpc/clnt_perror.c index c4b8ee5f6..1c9ca88ae 100644 --- a/libc/inet/rpc/clnt_perror.c +++ b/libc/inet/rpc/clnt_perror.c @@ -425,7 +425,7 @@ auth_errmsg (enum auth_stat stat) } -static void __attribute__ ((unused)) +static void __attribute_used__ free_mem (void) { free (buf); -- cgit v1.2.3