Bump liberty, avoid fall-through warnings

This commit is contained in:
2018-01-07 05:45:34 +01:00
parent d0f19f8be3
commit dc47b16034
4 changed files with 4 additions and 2 deletions

View File

@@ -2848,6 +2848,7 @@ attr_printer_decode_color (int color, bool *is_bright)
c16 -= 8;
*is_bright = true;
}
// Fall-through
case 16:
return c16;