uninitialized
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-15 00:29:16 -05:00
commit fc8330f477

View file

@ -2583,7 +2583,7 @@ static int MwLLWaylandCallInitImpl(void) {
* - manually checking environment variables
*/
#ifdef __linux__
MwBool loadWayland;
MwBool loadWayland = MwFALSE;
if(getenv("MILSKO_BACKEND")) {
loadWayland |=
(strcmp(getenv("MILSKO_BACKEND"), "wayland") == 0);