mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16: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)
|
||||
{
|
||||
GInputStream *in;
|
||||
gssize nread, total;
|
||||
gssize nread = 0, total;
|
||||
GError *err = NULL;
|
||||
char buf[sizeof (DATA)];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user