mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 03:06:13 +00:00
Fix const char ** warning
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
parent
e69ac2439f
commit
a68cf94b37
@ -377,8 +377,7 @@ static int config_get(git_config *cfg, const char *name, const char **out)
|
||||
|
||||
int git_config_get_long(git_config *cfg, const char *name, long int *out)
|
||||
{
|
||||
const char *value;
|
||||
char *num_end;
|
||||
const char *value, *num_end;
|
||||
int ret;
|
||||
long int num;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user