From 52ff5dd0e4ad6436def42b58bc8abe5b534cf739 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 4 Dec 2011 16:12:20 -0500 Subject: Fix attreibute for _dl_elf_hash --- sysdeps/generic/dl-hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/generic/dl-hash.h b/sysdeps/generic/dl-hash.h index 37a7a42..e35bd25 100644 --- a/sysdeps/generic/dl-hash.h +++ b/sysdeps/generic/dl-hash.h @@ -25,7 +25,7 @@ first five operations no overflow is possible so we optimized it a bit. */ static unsigned int -__attribute__ ((used)) +__attribute__ ((unused)) _dl_elf_hash (const char *name_arg) { const unsigned char *name = (const unsigned char *) name_arg; -- cgit v1.1