(upstr): Add unused attribute to avoid warning.
authorAndreas Jaeger <aj@suse.de>
Tue, 7 Aug 2001 17:25:49 +0000 (17:25 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 7 Aug 2001 17:25:49 +0000 (17:25 +0000)
iconv/gconv_charset.h

index b0b2807..278bccc 100644 (file)
@@ -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;