mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-07 06:04:44 +00:00
tests-clar/status: fix missing-prototype warning
This commit is contained in:
parent
7779437fd5
commit
0aeae70553
@ -727,7 +727,7 @@ void test_status_worktree__filemode_changes(void)
|
|||||||
git_config_free(cfg);
|
git_config_free(cfg);
|
||||||
}
|
}
|
||||||
|
|
||||||
int cb_status__expected_path(const char *p, unsigned int s, void *payload)
|
static int cb_status__expected_path(const char *p, unsigned int s, void *payload)
|
||||||
{
|
{
|
||||||
const char *expected_path = (const char *)payload;
|
const char *expected_path = (const char *)payload;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user