summaryrefslogtreecommitdiff
path: root/src/fr-stock.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-08-27 13:14:49 +0200
committerZenWalker <[email protected]>2019-09-05 01:54:52 +0200
commite74151786c1ec24929560438590597b493f212e1 (patch)
treeedb0e1eed3eacdf82501b541e56ce1496bd88b8b /src/fr-stock.c
parent3022fd87f4360dcd8458be65e468e065cbc1e8a5 (diff)
downloadengrampa-e74151786c1ec24929560438590597b493f212e1.tar.bz2
engrampa-e74151786c1ec24929560438590597b493f212e1.tar.xz
comparison of integer expressions of different signedness: ‘size_t’
Diffstat (limited to 'src/fr-stock.c')
-rw-r--r--src/fr-stock.c2
1 files changed, 1 insertions, 1 deletions
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;