about summary refs log tree commit diff
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
parente8ec0694bbacaa7bd08abc68c04cc4f8befbf635 (diff)
downloadglibc-61501b5a02683f3c72816037e2315189cffe9a2a.tar.gz
glibc-61501b5a02683f3c72816037e2315189cffe9a2a.tar.xz
glibc-61501b5a02683f3c72816037e2315189cffe9a2a.zip
(upstr): Add unused attribute to avoid warning.
-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;