mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-03 11:20:07 +02: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…
x
Reference in New Issue
Block a user