From 61501b5a02683f3c72816037e2315189cffe9a2a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 7 Aug 2001 17:25:49 +0000 Subject: (upstr): Add unused attribute to avoid warning. --- iconv/gconv_charset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/gconv_charset.h') diff --git a/iconv/gconv_charset.h b/iconv/gconv_charset.h index b0b28079c6..278bccc8d5 100644 --- a/iconv/gconv_charset.h +++ b/iconv/gconv_charset.h @@ -46,7 +46,7 @@ strip (char *wp, const char *s) } -static char * +static char * __attribute__ ((unused)) upstr (char *dst, const char *str) { char *cp = dst; -- cgit v1.2.3