-
Notifications
You must be signed in to change notification settings - Fork 53
Implicit fallthrough? #40
Copy link
Copy link
Open
Description
Is there supposed to be a fallthrough on this line?
*endptr = s++;
switch (**endptr) {
case '-':
if (!isdigit(*s) && *s != '.') {
*endptr = s;
return JSON_BAD_NUMBER;
}
// Should I fallthrough here?
case '0':
case '1':
case '2':
case '3':
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels