From bcef008f772f6530c7b6b138fcde0527016c6e61 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 26 May 2016 10:51:16 -0500 Subject: [PATCH] cleanup: unused warning --- tests/checkout/typechange.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/checkout/typechange.c b/tests/checkout/typechange.c index c2949e3da..1efea931a 100644 --- a/tests/checkout/typechange.c +++ b/tests/checkout/typechange.c @@ -229,6 +229,9 @@ static int make_submodule_dirty(git_submodule *sm, const char *name, void *paylo git_buf dirtypath = GIT_BUF_INIT; git_repository *submodule_repo; + GIT_UNUSED(name); + GIT_UNUSED(payload); + /* remove submodule directory in preparation for init and repo_init */ cl_git_pass(git_buf_joinpath( &submodulepath,