mirror of git://sourceware.org/git/glibc.git
(upstr): Add unused attribute to avoid warning.
This commit is contained in:
parent
e8ec0694bb
commit
61501b5a02
|
|
@ -46,7 +46,7 @@ strip (char *wp, const char *s)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static char *
|
static char * __attribute__ ((unused))
|
||||||
upstr (char *dst, const char *str)
|
upstr (char *dst, const char *str)
|
||||||
{
|
{
|
||||||
char *cp = dst;
|
char *cp = dst;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue