1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-08 20:38:04 -05:00

Fix compilation without gpgme

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Allan McRae 2011-07-17 01:48:47 +10:00 committed by Dan McGee
parent f0e34be990
commit c0fe1743e5

View File

@ -391,8 +391,8 @@ error:
return ret;
}
#else
int _alpm_gpgme_checksig(alpm_handle_t *handle, const char *path,
const char *base64_sig)
int _alpm_gpgme_checksig(alpm_handle_t UNUSED *handle, const char UNUSED *path,
const char UNUSED *base64_sig, alpm_sigresult_t UNUSED *result)
{
return -1;
}