Skip to content

Commit 2cde09b

Browse files
committed
FIX: not all control paths return a value warning
1 parent 90fabda commit 2cde09b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/os/win32/host-event.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,8 @@ static void onModalBlock(
215215
gob = GOB_FROM_HWND(hwnd);
216216
//TODO: finish me!
217217
break;
218-
219-
220-
221218
}
219+
return 0;
222220
}
223221

224222
/***********************************************************************

0 commit comments

Comments
 (0)