mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-03 09:44:05 +01:00
Don't call g_warning(). (#320688)
2005-11-05 Tor Lillqvist <tml@novell.com> * glib/giowin32.c (g_io_win32_set_flags): Don't call g_warning(). (#320688)
This commit is contained in:
committed by
Tor Lillqvist
parent
b6a860356d
commit
b895e9a33e
@@ -1,3 +1,8 @@
|
||||
2005-11-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/giowin32.c (g_io_win32_set_flags): Don't call
|
||||
g_warning(). (#320688)
|
||||
|
||||
2005-11-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_dispatch): Don't call cb_funcs->unref
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-11-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/giowin32.c (g_io_win32_set_flags): Don't call
|
||||
g_warning(). (#320688)
|
||||
|
||||
2005-11-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_dispatch): Don't call cb_funcs->unref
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-11-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/giowin32.c (g_io_win32_set_flags): Don't call
|
||||
g_warning(). (#320688)
|
||||
|
||||
2005-11-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_main_dispatch): Don't call cb_funcs->unref
|
||||
|
||||
@@ -1444,8 +1444,6 @@ g_io_win32_set_flags (GIOChannel *channel,
|
||||
g_print ("\n");
|
||||
}
|
||||
|
||||
g_warning ("g_io_win32_set_flags () not implemented.\n");
|
||||
|
||||
return G_IO_STATUS_NORMAL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user