From e74151786c1ec24929560438590597b493f212e1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 27 Aug 2019 13:14:49 +0200 Subject: =?UTF-8?q?comparison=20of=20integer=20expressions=20of=20differen?= =?UTF-8?q?t=20signedness:=20=E2=80=98size=5Ft=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fr-stock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fr-stock.c') diff --git a/src/fr-stock.c b/src/fr-stock.c index a8a505f..27ba5cd 100644 --- a/src/fr-stock.c +++ b/src/fr-stock.c @@ -50,7 +50,7 @@ fr_stock_init (void) { GtkIconFactory *factory; GtkIconSource *source; - int i; + size_t i; if (stock_initialized) return; -- cgit v1.2.1