mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Avoid fallthrough warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user