aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-08-19 08:31:35 +0000
committerWerner Koch <[email protected]>2024-08-19 08:32:33 +0000
commitc884e22140ec9c33f89651743fb13f8d54e6e6d2 (patch)
tree1e1d0fa8aaac3dc2df77c1ef9594b8c07895d0ea
parentgpg: Improve decryption diagnostic for an ADSK key. (diff)
downloadgnupg-c884e22140ec9c33f89651743fb13f8d54e6e6d2.tar.gz
gnupg-c884e22140ec9c33f89651743fb13f8d54e6e6d2.zip
gpg: Minor fix when building with --disable-exec
* g10/photoid.c (show_photo): No return for a void function. -- GnuPG-bug-id: 7256
-rw-r--r--g10/photoid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/photoid.c b/g10/photoid.c
index fc8866121..7616466c6 100644
--- a/g10/photoid.c
+++ b/g10/photoid.c
@@ -425,7 +425,6 @@ static void
show_photo (const char *command, const char *name, const void *image, u32 len)
{
log_error(_("no remote program execution supported\n"));
- return GPG_ERR_GENERAL;
}
#else /* ! NO_EXEC */
#include "../common/membuf.h"