From 228872a5c68938c56eb9d4ecd2413865b5277fe1 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 28 May 2013 15:26:44 -0700 Subject: Fixes to compile on GCC 4.2, as shipped with XCode. --- tests/test_pipeline.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_pipeline.c') diff --git a/tests/test_pipeline.c b/tests/test_pipeline.c index d54d15c..7214ca5 100644 --- a/tests/test_pipeline.c +++ b/tests/test_pipeline.c @@ -108,6 +108,8 @@ static void test_realloc() { } int run_tests(int argc, char *argv[]) { + UPB_UNUSED(argc); + UPB_UNUSED(argv); test_empty(); test_only_initial(); test_with_alloc_func(); -- cgit v1.2.3