Avoid fallthrough warnings

This commit is contained in:
Ondrej Zajicek (work)
2019-07-11 15:44:05 +02:00
parent 6b72ea4c14
commit a92aee467e
5 changed files with 6 additions and 0 deletions
+1
View File
@@ -342,6 +342,7 @@ int bvsnprintf(char *buf, int size, const char *fmt, va_list args)
case 'X':
flags |= LARGE;
/* fallthrough */
case 'x':
base = 16;
break;