(upstr): Add unused attribute to avoid warning.

This commit is contained in:
Andreas Jaeger 2001-08-07 17:25:49 +00:00
parent e8ec0694bb
commit 61501b5a02
1 changed files with 1 additions and 1 deletions

View File

@ -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;