aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-core
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core')
-rw-r--r--subsurface-core/git-access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/git-access.c b/subsurface-core/git-access.c
index cdfac6fca..e986607ab 100644
--- a/subsurface-core/git-access.c
+++ b/subsurface-core/git-access.c
@@ -186,7 +186,7 @@ int credential_https_cb(git_cred **out,
(void) url;
(void) username_from_url;
(void) payload;
-
+ (void) allowed_types;
const char *username = prefs.cloud_storage_email_encoded;
const char *password = prefs.cloud_storage_password ? strdup(prefs.cloud_storage_password) : strdup("");
return git_cred_userpass_plaintext_new(out, username, password);