mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 10:08:06 +02:00
two-step: add unhandled splash mode case to switch
This fixes a compiler warning.
This commit is contained in:
parent
75ef8ee24b
commit
f151b22e62
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue