From 08e01f35f747bfe30a40ea99cbcd63ad7fb94e7e Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 02:57:20 +0100 Subject: FIX GCC Warnings --- shell/stock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/stock.c') diff --git a/shell/stock.c b/shell/stock.c index de5fc72c..27b2eedb 100644 --- a/shell/stock.c +++ b/shell/stock.c @@ -75,7 +75,7 @@ void stock_icon_register_pixbuf(GdkPixbuf * pixbuf, gchar * stock_id) void stock_icons_init(void) { - gint i; + guint i; guint n_stock_icons = G_N_ELEMENTS(stock_icons); DEBUG("initializing stock icons"); -- cgit v1.2.3