From 1733b582579927379bc04a5838add06b76ada427 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 4 Aug 2009 22:05:19 -0700 Subject: Fix a few small compile warnings. --- src/upb_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/upb_msg.c') diff --git a/src/upb_msg.c b/src/upb_msg.c index f74e96d..2e5fdd5 100644 --- a/src/upb_msg.c +++ b/src/upb_msg.c @@ -552,7 +552,7 @@ upb_status_t upb_msg_serialize(struct upb_msg_serialize_state *s, uint8_t *end = buf + len; uint8_t *const start = buf; int i = s->top->field_iter; - int j = s->top->elem_iter; + //int j = s->top->elem_iter; void *msg = s->top->msg; struct upb_msg *m = s->top->m; -- cgit v1.2.3