mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 05:14:11 +02:00
Fix misc compiler warnings in (mostly) test programs
This commit is contained in:
@@ -899,7 +899,7 @@ read_string (GMemoryInputStream *mis,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_INVALID_ARGUMENT,
|
||||
_("Wanted to read %lu bytes but got EOF"),
|
||||
to_read);
|
||||
(gulong)to_read);
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user