From 61501b5a02683f3c72816037e2315189cffe9a2a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 7 Aug 2001 17:25:49 +0000 Subject: [PATCH] (upstr): Add unused attribute to avoid warning. --- iconv/gconv_charset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iconv/gconv_charset.h b/iconv/gconv_charset.h index b0b2807..278bccc 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; -- 2.7.4