summaryrefslogtreecommitdiff
path: root/src/upb_msg.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-08-04 22:05:19 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-08-04 22:05:19 -0700
commit1733b582579927379bc04a5838add06b76ada427 (patch)
treef3be64a77ad1b1a1c09a7d1affc9927a5d4f969c /src/upb_msg.c
parent84cd1538ee20b934c6892f38578a08106a934fe8 (diff)
Fix a few small compile warnings.
Diffstat (limited to 'src/upb_msg.c')
-rw-r--r--src/upb_msg.c2
1 files changed, 1 insertions, 1 deletions
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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback