summaryrefslogtreecommitdiff
path: root/core/upb_def.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/upb_def.c')
-rw-r--r--core/upb_def.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/upb_def.c b/core/upb_def.c
index e40e1f0..e117455 100644
--- a/core/upb_def.c
+++ b/core/upb_def.c
@@ -384,6 +384,8 @@ static bool upb_addfield(upb_src *src, upb_msgdef *m, upb_status *status)
f->owned = true;
break;
}
+ default:
+ upb_src_skipval(src);
}
}
CHECKSRC(upb_src_eof(src));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback