]> git.ipfire.org Git - thirdparty/git.git/blobdiff - credential.c
credential: mark unused parameter in urlmatch callback
[thirdparty/git.git] / credential.c
index d6647541634f3850ea147cebc681a5944d8e5ee9..18098bd35ebab9683ae0046c1712b111eaeb3fe1 100644 (file)
@@ -88,8 +88,8 @@ static int proto_is_http(const char *s)
 static void credential_describe(struct credential *c, struct strbuf *out);
 static void credential_format(struct credential *c, struct strbuf *out);
 
-static int select_all(const struct urlmatch_item *a,
-                     const struct urlmatch_item *b)
+static int select_all(const struct urlmatch_item *a UNUSED,
+                     const struct urlmatch_item *b UNUSED)
 {
        return 0;
 }