two-step: add unhandled splash mode case to switch

This fixes a compiler warning.
This commit is contained in:
Ray Strode 2018-07-10 16:00:18 -04:00
parent 75ef8ee24b
commit f151b22e62

View file

@ -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;