* libc/ctype/wctype.c (_DEFUN): Remove empty default case, as

modern versions of GCC issue a warning.
This commit is contained in:
Ben Elliston 2003-09-05 02:21:41 +00:00
parent c6f53ff6be
commit b73263e401
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2003-09-05 Ben Elliston <bje@wasabisystems.com>
* libc/ctype/wctype.c (_DEFUN): Remove empty default case, as
modern versions of GCC issue a warning.
* libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace
after continuation characters that induces a warning from modern
versions of GCC.

View File

@ -120,7 +120,6 @@ _DEFUN (_wctype_r, (r, c),
if (!strcmp (c, "xdigit"))
return WC_XDIGIT;
break;
default:
}
/* otherwise invalid */