summaryrefslogtreecommitdiff
path: root/upb/json/printer.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/json/printer.c')
-rw-r--r--upb/json/printer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/upb/json/printer.c b/upb/json/printer.c
index edffa3b..fe306d4 100644
--- a/upb/json/printer.c
+++ b/upb/json/printer.c
@@ -1073,6 +1073,8 @@ void printer_sethandlers(const void *closure, upb_handlers *h) {
switch (upb_msgdef_wellknowntype(md)) {
case UPB_WELLKNOWN_UNSPECIFIED:
break;
+ case UPB_WELLKNOWN_ANY:
+ break;
case UPB_WELLKNOWN_DURATION:
printer_sethandlers_duration(closure, h);
return;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback