Skip to content

Commit 16a4ea8

Browse files
committed
FIX: silent compiler's warnings
1 parent 6d7fa43 commit 16a4ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/os/win32/host-window.c

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ void Paint_Window(HWND window);
488488
);
489489
if (!window) {
490490
Host_Crash("CreateWindow failed");
491+
return NULL; // silent compiler's warnings
491492
}
492493

493494
Gob_Windows[windex].win = window;

0 commit comments

Comments
 (0)