[Announce] GnuPG 1.9.17 (S/MIME and gpg-agent) released
Werner Koch
wk at gnupg.org
Wed Jun 29 15:49:46 CEST 2005
On Wed, 29 Jun 2005 13:54:04 +0200, Michael Nottebrock said:
> gcry_mpi_t sig_value = NULL;
> - unsigned char *sig_blob = NULL;;
> + unsigned char *sig_blob = NULL;
This is indeed an error. Mixing declaration and statements (the empty
one here) is not allowed by C-89. Anyone knows whether gcc 4.0 has an
option to detect this again?
Thanks,
Werner
More information about the Gpa-dev
mailing list