
marcus.brinkmann at ruhr-uni-bochum
Jun 22, 2009, 6:47 AM
Post #2 of 2
(464 views)
Permalink
|
|
Re: [GPGME] [PATCH] Fix implicit declaration
[In reply to]
|
|
Arfrever Frehtes Taifersar Arahesis wrote: > I'm attaching the patch which fixes the following compiler warning: > > assuan-socket.c: In function '_gpgme__assuan_sock_connect': > assuan-socket.c:261: warning: implicit declaration of function '_gpgme_io_connect' Thanks, I fixed this a bit differently: The change in src/ was ok, but we don't want to include GPGME header files in libassuan, so I copied the _gpgme_io_connect prototype manually. I also fixed all other warnings (there are some new ones in latest glibc), so we are warning clean again. The fixes are in revision 1388. Thanks, Marcus _______________________________________________ Gnupg-devel mailing list Gnupg-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gnupg-devel
|