From 53a5c423fb77a0befa400b4672ac98cf910db986 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 26 Feb 2013 10:40:19 +0530 Subject: Fix some build warnings --- locale/elem-hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/elem-hash.h b/locale/elem-hash.h index a308f5d..eb53c1e 100644 --- a/locale/elem-hash.h +++ b/locale/elem-hash.h @@ -18,7 +18,7 @@ /* The hashing function used for the table with collation symbols. */ -static int32_t +static int32_t __attribute__ ((pure, unused)) elem_hash (const char *str, int_fast32_t n) { int32_t result = n; -- cgit v1.1