(__stpcpy_small): Make -pedantic shut up.

This commit is contained in:
Ulrich Drepper 1999-11-13 00:55:01 +00:00
parent 94ce2150da
commit 6586d280e2

View File

@ -564,6 +564,7 @@ __stpcpy_small (char *__dest,
unsigned int __ui;
unsigned short int __usi;
unsigned char __uc;
char __c;
} *__u = (void *) __dest;
switch (__srclen)
{
@ -608,7 +609,7 @@ __stpcpy_small (char *__dest,
__u = __extension__ ((void *) __u + 3);
break;
}
return &__u->__uc;
return &__u->__c;
}
# else
# define __stpcpy_args(src) \