mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
c/comp: Fix switch fall through warning in gcc10.
This commit is contained in:
parent
c03decd4d9
commit
d0262c8613
|
@ -1227,6 +1227,7 @@ compositor_init_window_pre_vulkan(struct comp_compositor *c)
|
|||
#else
|
||||
COMP_ERROR(c, "Windows support not compiled in!");
|
||||
#endif
|
||||
break;
|
||||
default: COMP_ERROR(c, "Unknown window type!"); break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue