libthr: Fix missing break in switch.
This is also a warning in recent GCC with -Wimplicit-fallthrough. CID: 1356262 Obtained from: DragonFly (git 0f037c78 - partial)
This commit is contained in:
parent
e28c47b570
commit
b9b20abf2b
@ -95,6 +95,7 @@ next: c = *fmt++;
|
||||
case 'p':
|
||||
pstr(fd, "0x");
|
||||
islong = 1;
|
||||
/* FALLTHROUGH */
|
||||
case 'd':
|
||||
case 'u':
|
||||
case 'x':
|
||||
|
Loading…
x
Reference in New Issue
Block a user