summaryrefslogtreecommitdiff
path: root/iconv/gconv_charset.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-07 17:25:49 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-07 17:25:49 +0000
commit61501b5a02683f3c72816037e2315189cffe9a2a (patch)
treee5331634376a13c57db2b6c1d11cd781ec362155 /iconv/gconv_charset.h
parente8ec0694bbacaa7bd08abc68c04cc4f8befbf635 (diff)
(upstr): Add unused attribute to avoid warning.
Diffstat (limited to 'iconv/gconv_charset.h')
-rw-r--r--iconv/gconv_charset.h2
1 files changed, 1 insertions, 1 deletions
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;