diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-01-27 22:27:55 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-01-27 22:27:55 +0000 |
| commit | b9b20abf2b0f84dc311b761b27380daff2b393d7 (patch) | |
| tree | 811a91d4734c31c12fb197a802e10eea82924256 /lib/libthr/thread | |
| parent | e28c47b5704bf2dd632b9f2c04854e9a4547dfa9 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread')
| -rw-r--r-- | lib/libthr/thread/thr_printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_printf.c b/lib/libthr/thread/thr_printf.c index d757c8d2d6e27..dd761783a2a67 100644 --- a/lib/libthr/thread/thr_printf.c +++ b/lib/libthr/thread/thr_printf.c @@ -95,6 +95,7 @@ next: c = *fmt++; case 'p': pstr(fd, "0x"); islong = 1; + /* FALLTHROUGH */ case 'd': case 'u': case 'x': |
