mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +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
|
#else
|
||||||
COMP_ERROR(c, "Windows support not compiled in!");
|
COMP_ERROR(c, "Windows support not compiled in!");
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
default: COMP_ERROR(c, "Unknown window type!"); break;
|
default: COMP_ERROR(c, "Unknown window type!"); break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue