summaryrefslogtreecommitdiff
path: root/src/odb_pack.c
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-08-08 16:56:28 -0700
committerVicent Marti <tanoku@gmail.com>2011-08-08 16:56:28 -0700
commitf6867e639a963726f381739314ea7a9d181c5aae (patch)
tree29ab8bbd4fbe1532853b2c50b806431354499335 /src/odb_pack.c
parent09df3f2c0f72dbcf206cc48f508919e03671a946 (diff)
downloadlibgit2-f6867e639a963726f381739314ea7a9d181c5aae.tar.gz
Fix compilation in Windows
Diffstat (limited to 'src/odb_pack.c')
-rw-r--r--src/odb_pack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odb_pack.c b/src/odb_pack.c
index 0d6bb05cc..fc2408e76 100644
--- a/src/odb_pack.c
+++ b/src/odb_pack.c
@@ -179,6 +179,7 @@ static int pack_entry_find_prefix(struct git_pack_entry *e,
GIT_INLINE(void) pack_window_free_all(struct pack_backend *GIT_UNUSED(backend), struct git_pack_file *p)
{
+ GIT_UNUSED_ARG(backend);
git_mwindow_free_all(&p->mwf);
}