summaryrefslogtreecommitdiff
path: root/tests/test_pipeline.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pipeline.c')
-rw-r--r--tests/test_pipeline.c2
1 files changed, 2 insertions, 0 deletions
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();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback