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: case PLY_BOOT_SPLASH_MODE_SHUTDOWN:
animation_prefix = "shutdown-animation-"; animation_prefix = "shutdown-animation-";
break; break;
case PLY_BOOT_SPLASH_MODE_INVALID:
default: default:
ply_trace ("unexpected splash mode 0x%x\n", plugin->mode); ply_trace ("unexpected splash mode 0x%x\n", plugin->mode);
return; return;

Loading…
Cancel
Save