mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-22 19:58:29 +01:00
Removed trailing semicolon to avoid error with Norcroft C
This commit is contained in:
parent
1dae004e3d
commit
c7fdd03e1a
@ -1,3 +1,8 @@
|
|||||||
|
2003-07-31 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
|
* gpgv.c [read_trust_options]: Removed trailing semicolon to avoid
|
||||||
|
"declaration with no effect" error with Norcroft C.
|
||||||
|
|
||||||
2003-07-30 Werner Koch <wk@gnupg.org>
|
2003-07-30 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* passphrase.c (agent_send_all_options): Make use of $GPG_TTY.
|
* passphrase.c (agent_send_all_options): Make use of $GPG_TTY.
|
||||||
|
@ -237,7 +237,7 @@ check_signatures_trust( PKT_signature *sig )
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck) {};
|
read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck) {}
|
||||||
|
|
||||||
/* Stub:
|
/* Stub:
|
||||||
* We don't have the trustdb , so we have to provide some stub functions
|
* We don't have the trustdb , so we have to provide some stub functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user