diff options
author | Jan Maria Matejka <mq@ucw.cz> | 2018-09-18 14:21:11 +0200 |
---|---|---|
committer | Jan Maria Matejka <mq@ucw.cz> | 2018-09-18 14:21:11 +0200 |
commit | d4cebc6bbe2a55bd344383fcc27255a12d686195 (patch) | |
tree | d778709a80ad32d5688dc88f2d7639ac304df7df /lib | |
parent | d50b0bc437f5ffd0d2c9f843217f8ed098c8d675 (diff) |
No more warnings ...
no more warnings
No more warnings over me
And while it is being compiled all the log is black and white
Release BIRD now and then let it flee
(use the melody of well-known Oh Freedom!)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/printf.c b/lib/printf.c index cafeeb93..c2065d9a 100644 --- a/lib/printf.c +++ b/lib/printf.c @@ -424,6 +424,7 @@ int bvsnprintf(char *buf, int size, const char *fmt, va_list args) case 'X': flags |= LARGE; + /* fallthrough */ case 'x': base = 16; break; |