Add a FALLTHROUGH comment to kvprintf().
Submitted by: Sebastian Huber <sebastian.huber@embedded-brains.de> MFC after: 3 days
This commit is contained in:
parent
63975809ab
commit
9295517ac9
@ -716,6 +716,7 @@ reswitch: switch (ch = (u_char)*fmt++) {
|
||||
padc = '0';
|
||||
goto reswitch;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
case '1': case '2': case '3': case '4':
|
||||
case '5': case '6': case '7': case '8': case '9':
|
||||
for (n = 0;; ++fmt) {
|
||||
|
Loading…
Reference in New Issue
Block a user