* iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
/* Charset name normalization.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001,02 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
}
-static char * __attribute__ ((unused))
+static inline char * __attribute__ ((unused))
upstr (char *dst, const char *str)
{
char *cp = dst;