From 1b9b6bd1ad2d862a7df86096e96991135f0fb92c Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 22 Dec 2011 12:15:45 -0800 Subject: Fixed the open-source build. --- tests/test_decoder.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_decoder.c') diff --git a/tests/test_decoder.c b/tests/test_decoder.c index 0db3bfa..14d0e2d 100644 --- a/tests/test_decoder.c +++ b/tests/test_decoder.c @@ -165,6 +165,7 @@ upb_sflow_t startsubmsg(void *closure, upb_value fval) { } upb_flow_t endsubmsg(void *closure, upb_value fval) { + (void)fval; buffer_appendf(closure, "} "); return UPB_CONTINUE; } @@ -175,6 +176,7 @@ upb_sflow_t startseq(void *closure, upb_value fval) { } upb_flow_t endseq(void *closure, upb_value fval) { + (void)fval; buffer_appendf(closure, "] "); return UPB_CONTINUE; } -- cgit v1.2.3