mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add "fall through"
This commit is contained in:
@@ -845,6 +845,7 @@ retry:
|
||||
case 'd':
|
||||
case 'i':
|
||||
sign = 1;
|
||||
/* fall through */
|
||||
default:
|
||||
base = 10; break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user