mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-03 09:44:05 +01:00
Merge branch 'giowin32-uninit' into 'main'
giowin32: Fix uninitialised variable error on msys2-clang64 See merge request GNOME/glib!4830
This commit is contained in:
@@ -1820,7 +1820,7 @@ g_io_win32_console_get_flags_internal (GIOChannel *channel)
|
||||
{
|
||||
GIOWin32Channel *win32_channel = (GIOWin32Channel *) channel;
|
||||
HANDLE handle = (HANDLE) _get_osfhandle (win32_channel->fd);
|
||||
gchar c;
|
||||
gchar c = 0;
|
||||
DWORD count;
|
||||
INPUT_RECORD record;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user