forked from Imagelibrary/rtems
kvprintf(9): add missing FALLTHROUGH
Reported by: Coverity CID: 1005166
This commit is contained in:
committed by
Kinsey Moore
parent
ad24b764d6
commit
a9e1c29aa6
@@ -266,6 +266,7 @@ reswitch: switch (ch = (u_char)*fmt++) {
|
|||||||
goto handle_nosign;
|
goto handle_nosign;
|
||||||
case 'X':
|
case 'X':
|
||||||
upper = 1;
|
upper = 1;
|
||||||
|
/* FALLTHROUGH */
|
||||||
case 'x':
|
case 'x':
|
||||||
base = 16;
|
base = 16;
|
||||||
goto handle_nosign;
|
goto handle_nosign;
|
||||||
|
|||||||
Reference in New Issue
Block a user