mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
Fix compilation warning: Initialize the variable
This commit is contained in:
parent
c6243026ed
commit
ba0a6e1911
@ -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)];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user