mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keyedit.c (menu_clean_uids_from_key, menu_clean_subkeys_from_key),
trustdb.c (clean_uids_from_key, clean_subkeys_from_key): Fix mingw32 build warnings. Noted by Joe Vender.
This commit is contained in:
parent
8639e9768e
commit
db8adc2880
3 changed files with 11 additions and 4 deletions
|
@ -1683,7 +1683,7 @@ clean_uids_from_key(KBNODE keyblock,int noisy)
|
|||
|
||||
if(noisy)
|
||||
{
|
||||
char *reason;
|
||||
const char *reason;
|
||||
char *user=utf8_to_native(uid->name,uid->len,0);
|
||||
|
||||
if(uid->is_revoked)
|
||||
|
@ -1745,7 +1745,7 @@ clean_subkeys_from_key(KBNODE keyblock,int noisy)
|
|||
|
||||
if(noisy)
|
||||
{
|
||||
char *reason;
|
||||
const char *reason;
|
||||
|
||||
if(pk->is_revoked)
|
||||
reason=_("revoked");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue