diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-07 17:25:49 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-07 17:25:49 +0000 |
commit | 61501b5a02683f3c72816037e2315189cffe9a2a (patch) | |
tree | e5331634376a13c57db2b6c1d11cd781ec362155 /iconv | |
parent | e8ec0694bbacaa7bd08abc68c04cc4f8befbf635 (diff) | |
download | glibc-61501b5a02683f3c72816037e2315189cffe9a2a.tar glibc-61501b5a02683f3c72816037e2315189cffe9a2a.tar.gz glibc-61501b5a02683f3c72816037e2315189cffe9a2a.tar.bz2 glibc-61501b5a02683f3c72816037e2315189cffe9a2a.zip |
(upstr): Add unused attribute to avoid warning.
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/gconv_charset.h | 2 |
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; |