aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/alarm.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-10 09:56:20 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-10 09:56:20 -0700
commit3121fd4d757991e7ef95a7b6b370b83c23ba61b6 (patch)
tree8c2a4c481d9a213921b5eed0c79c5865e2840098 /src/core/iomgr/alarm.c
parent495c0d332e3ad398d9b3ec7fa3f0f4811032bfa1 (diff)
Sign conversion fixes
Diffstat (limited to 'src/core/iomgr/alarm.c')
-rw-r--r--src/core/iomgr/alarm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/alarm.c b/src/core/iomgr/alarm.c
index ddb30dc4bb..e31793475f 100644
--- a/src/core/iomgr/alarm.c
+++ b/src/core/iomgr/alarm.c
@@ -83,7 +83,7 @@ static gpr_timespec compute_min_deadline(shard_type *shard) {
}
void grpc_alarm_list_init(gpr_timespec now) {
- int i;
+ gpr_uint32 i;
gpr_mu_init(&g_mu);
gpr_mu_init(&g_checker_mu);