Skip to content

Commit

Permalink
FIX: silent compiler's warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 14, 2023
1 parent 6d7fa43 commit 16a4ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/win32/host-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ void Paint_Window(HWND window);
);
if (!window) {
Host_Crash("CreateWindow failed");
return NULL; // silent compiler's warnings
}

Gob_Windows[windex].win = window;
Expand Down

0 comments on commit 16a4ea8

Please sign in to comment.