Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-09-05 06:21:41 +0400
committerBen Elliston <bje@gnu.org>2003-09-05 06:21:41 +0400
commitb73263e40127b8ad0e416a239517918cbcf39d90 (patch)
tree105a434a5db7f0020b5f82e0f4e4310bcf74c583 /newlib/libc/ctype
parentc6f53ff6bedce72a721f71645cd32d2805ba1a3b (diff)
* libc/ctype/wctype.c (_DEFUN): Remove empty default case, as
modern versions of GCC issue a warning.
Diffstat (limited to 'newlib/libc/ctype')
-rw-r--r--newlib/libc/ctype/wctype.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/ctype/wctype.c b/newlib/libc/ctype/wctype.c
index f2c9d0247..dc400c422 100644
--- a/newlib/libc/ctype/wctype.c
+++ b/newlib/libc/ctype/wctype.c
@@ -120,7 +120,6 @@ _DEFUN (_wctype_r, (r, c),
if (!strcmp (c, "xdigit"))
return WC_XDIGIT;
break;
- default:
}
/* otherwise invalid */