From b4ef072188e73170fabbb410ac1b04cd9f755f90 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Feb 2023 08:44:28 +0100 Subject: [PATCH] icontheme: Compiler warning fixes --- gtk/gtkicontheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index f7fd03d899..66c7d97f34 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -3046,7 +3046,7 @@ theme_lookup_icon (IconTheme *theme, IconThemeDirSize *min_dir_size; IconThemeFile *min_file; int min_difference; - IconCacheFlag min_suffix; + IconCacheFlag min_suffix = ICON_CACHE_FLAG_PNG_SUFFIX; int i; min_difference = G_MAXINT;