Commit 70d41f6b by Michael Schubert

Fix -Wunused-but-set-variable warning

parent 03452b34
......@@ -182,6 +182,8 @@ void test_status_ignore__subdirectories(void)
int ignored;
git_status_options opts;
GIT_UNUSED(opts);
g_repo = cl_git_sandbox_init("empty_standard_repo");
cl_git_mkfile(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment