two-step: add unhandled splash mode case to switch

This fixes a compiler warning.
calculate-0.9.5
Ray Strode 6 years ago
parent 75ef8ee24b
commit f151b22e62

@ -205,6 +205,7 @@ view_load_end_animation (view_t *view)
case PLY_BOOT_SPLASH_MODE_SHUTDOWN:
animation_prefix = "shutdown-animation-";
break;
case PLY_BOOT_SPLASH_MODE_INVALID:
default:
ply_trace ("unexpected splash mode 0x%x\n", plugin->mode);
return;

Loading…
Cancel
Save