summaryrefslogtreecommitdiff
path: root/upb/handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/handlers.c')
-rw-r--r--upb/handlers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/handlers.c b/upb/handlers.c
index d1b68ad..1ccaf8d 100644
--- a/upb/handlers.c
+++ b/upb/handlers.c
@@ -187,6 +187,7 @@ upb_dispatcher_frame *upb_dispatcher_reset(upb_dispatcher *d, void *closure,
}
void upb_dispatcher_uninit(upb_dispatcher *d) {
+ (void)d;
}
void upb_dispatch_startmsg(upb_dispatcher *d) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback