From: Andreas Jaeger Date: Tue, 7 Aug 2001 17:25:49 +0000 (+0000) Subject: (upstr): Add unused attribute to avoid warning. X-Git-Tag: cvs/glibc-2_2_4~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61501b5a02683f3c72816037e2315189cffe9a2a;p=thirdparty%2Fglibc.git (upstr): Add unused attribute to avoid warning. --- diff --git a/iconv/gconv_charset.h b/iconv/gconv_charset.h index b0b28079c64..278bccc8d5d 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;