icontheme: Compiler warning fixes

This commit is contained in:
Matthias Clasen
2023-02-02 08:44:28 +01:00
parent 3858c5282c
commit b4ef072188

View File

@@ -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;