mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
Silence a compiler warning
This commit is contained in:
parent
3104e5d2c1
commit
4c2e53a468
@ -788,7 +788,7 @@ void
|
||||
gtk_image_set_from_resource (GtkImage *image,
|
||||
const gchar *resource_path)
|
||||
{
|
||||
GdkPixbuf *pixbuf;
|
||||
GdkPixbuf *pixbuf = NULL;
|
||||
GInputStream *stream;
|
||||
|
||||
g_return_if_fail (GTK_IS_IMAGE (image));
|
||||
|
Loading…
Reference in New Issue
Block a user