[gnome-builder] egg-counter: Silence -Wsign-compare
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] egg-counter: Silence -Wsign-compare
- Date: Sat, 16 Jul 2016 19:28:27 +0000 (UTC)
commit 402eb387867310e197ff3fad4e337cadea86f440
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Jul 15 11:43:59 2016 +0200
egg-counter: Silence -Wsign-compare
https://bugzilla.gnome.org/show_bug.cgi?id=768837
contrib/egg/egg-counter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/contrib/egg/egg-counter.c b/contrib/egg/egg-counter.c
index b38afb0..a11bc93 100644
--- a/contrib/egg/egg-counter.c
+++ b/contrib/egg/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]