mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 19:54:05 +02:00
Fix compilation warning: Initialize the variable
This commit is contained in:
@@ -77,7 +77,7 @@ static gpointer
|
|||||||
reader_thread (gpointer user_data)
|
reader_thread (gpointer user_data)
|
||||||
{
|
{
|
||||||
GInputStream *in;
|
GInputStream *in;
|
||||||
gssize nread, total;
|
gssize nread = 0, total;
|
||||||
GError *err = NULL;
|
GError *err = NULL;
|
||||||
char buf[sizeof (DATA)];
|
char buf[sizeof (DATA)];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user