[gnome-photos] egg-counter: Silence -Wsign-compare
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] egg-counter: Silence -Wsign-compare
- Date: Sat, 16 Jul 2016 19:26:38 +0000 (UTC)
commit d0543cfe4a3bf4f7fb3824e36f9718d324a3a93d
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Jul 15 11:47:40 2016 +0200
egg-counter: Silence -Wsign-compare
https://bugzilla.gnome.org/show_bug.cgi?id=768837
src/egg-counter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/egg-counter.c b/src/egg-counter.c
index b38afb0..a11bc93 100644
--- a/src/egg-counter.c
+++ b/src/egg-counter.c
@@ -274,7 +274,7 @@ _egg_counter_arena_init_remote (EggCounterArena *arena,
void *mem = NULL;
guint ncpu;
guint n_counters;
- int i;
+ guint i;
int fd = -1;
g_assert (arena != NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]