diff --git a/gdk-pixbuf/pixbufloader-heif.c b/gdk-pixbuf/pixbufloader-heif.c index 658a551b19..9666e798d1 100644 --- a/gdk-pixbuf/pixbufloader-heif.c +++ b/gdk-pixbuf/pixbufloader-heif.c @@ -147,7 +147,7 @@ static gboolean stop_load(gpointer context, GError** error) g_free(profile_base64); } else { - g_warning("%s", err.message); + // Having no ICC profile is perfectly fine. Do not show any warning because of that. } g_free(profile_data);